summaryrefslogtreecommitdiff
path: root/res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json
diff options
context:
space:
mode:
Diffstat (limited to 'res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json')
-rw-r--r--res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json b/res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json
new file mode 100644
index 000000000..ab70bcc16
--- /dev/null
+++ b/res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.qconf.json
@@ -0,0 +1,11 @@
+{
+ "default_quantization_dtype" : "uint8",
+ "default_granularity" : "channel",
+ "layers" : [
+ {
+ "name" : "ofm",
+ "dtype" : "int16",
+ "granularity" : "channel"
+ }
+ ]
+}