aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:00 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:00 +0100
commite2ac2482baa202af7fe759a6b58d9bdd75168b6a (patch)
treed647a83a118e7dc12189a5983e7d7f9e8e096191 /frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json
parent696175c6e320ea85243f8dac54ad0f5cf57d4dfe (diff)
downloadconformance_tests-e2ac2482baa202af7fe759a6b58d9bdd75168b6a.tar.gz
Updating framework tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I216edc7080a64aa481deb192253295a006fa4373
Diffstat (limited to 'frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json')
-rw-r--r--frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json263
1 files changed, 263 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json b/frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json
new file mode 100644
index 000000000..f965bacdf
--- /dev/null
+++ b/frameworks/tflite/operators/add_1x32x32x8_qi8/model-tflite.json
@@ -0,0 +1,263 @@
+{
+ version: 3,
+ operator_codes: [
+ {
+ deprecated_builtin_code: 0,
+ version: 2,
+ builtin_code: "ADD"
+ }
+ ],
+ subgraphs: [
+ {
+ tensors: [
+ {
+ shape: [
+ 1,
+ 32,
+ 32,
+ 1
+ ],
+ type: "INT8",
+ buffer: 1,
+ name: "serving_default_placeholder_0:0",
+ quantization: {
+ scale: [
+ 0.015686
+ ],
+ zero_point: [
+ 0
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 1,
+ 32,
+ 32,
+ 8
+ ],
+ type: "INT8",
+ buffer: 2,
+ name: "serving_default_placeholder_1:0",
+ quantization: {
+ scale: [
+ 0.015686
+ ],
+ zero_point: [
+ -1
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 1,
+ 32,
+ 32,
+ 8
+ ],
+ type: "INT8",
+ buffer: 3,
+ name: "PartitionedCall:0",
+ quantization: {
+ scale: [
+ 0.031333
+ ],
+ zero_point: [
+ -1
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ }
+ ],
+ inputs: [
+ 0,
+ 1
+ ],
+ outputs: [
+ 2
+ ],
+ operators: [
+ {
+ opcode_index: 0,
+ inputs: [
+ 0,
+ 1
+ ],
+ outputs: [
+ 2
+ ],
+ builtin_options_type: "AddOptions",
+ builtin_options: {
+ fused_activation_function: "NONE",
+ pot_scale_int16: true
+ },
+ custom_options_format: "FLEXBUFFERS"
+ }
+ ],
+ name: "main"
+ }
+ ],
+ description: "MLIR Converted.",
+ buffers: [
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ data: [
+ 49,
+ 46,
+ 49,
+ 52,
+ 46,
+ 48,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ data: [
+ 12,
+ 0,
+ 0,
+ 0,
+ 8,
+ 0,
+ 14,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 16,
+ 0,
+ 0,
+ 0,
+ 40,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 235,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 10,
+ 0,
+ 16,
+ 0,
+ 12,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 50,
+ 46,
+ 57,
+ 46,
+ 48,
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ metadata: [
+ {
+ name: "min_runtime_version",
+ buffer: 4
+ },
+ {
+ name: "CONVERSION_METADATA",
+ buffer: 5
+ }
+ ],
+ signature_defs: [
+ {
+ inputs: [
+ {
+ name: "placeholder_0",
+ tensor_index: 0
+ },
+ {
+ name: "placeholder_1",
+ tensor_index: 1
+ }
+ ],
+ outputs: [
+ {
+ name: "output_0",
+ tensor_index: 2
+ }
+ ],
+ method_name: "serving_default",
+ subgraph_index: 0
+ }
+ ]
+}