From e2ac2482baa202af7fe759a6b58d9bdd75168b6a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:00 +0100 Subject: Updating framework tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I216edc7080a64aa481deb192253295a006fa4373 --- .../operators/softmax_14x19_qi16/model-tflite.json | 234 +++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 frameworks/tflite/operators/softmax_14x19_qi16/model-tflite.json (limited to 'frameworks/tflite/operators/softmax_14x19_qi16/model-tflite.json') diff --git a/frameworks/tflite/operators/softmax_14x19_qi16/model-tflite.json b/frameworks/tflite/operators/softmax_14x19_qi16/model-tflite.json new file mode 100644 index 000000000..035afb0ca --- /dev/null +++ b/frameworks/tflite/operators/softmax_14x19_qi16/model-tflite.json @@ -0,0 +1,234 @@ +{ + version: 3, + operator_codes: [ + { + deprecated_builtin_code: 25, + version: 2, + builtin_code: "SOFTMAX" + } + ], + subgraphs: [ + { + tensors: [ + { + shape: [ + 14, + 19 + ], + type: "INT16", + buffer: 1, + name: "serving_default_placeholder_0:0", + quantization: { + min: [ + -1.999911 + ], + max: [ + 1.999945 + ], + scale: [ + 0.000061 + ], + zero_point: [ + 0 + ], + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 14, + 19 + ], + type: "INT16", + buffer: 2, + name: "PartitionedCall:0", + quantization: { + scale: [ + 0.000031 + ], + zero_point: [ + 0 + ], + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + } + ], + inputs: [ + 0 + ], + outputs: [ + 1 + ], + operators: [ + { + opcode_index: 0, + inputs: [ + 0 + ], + outputs: [ + 1 + ], + builtin_options_type: "SoftmaxOptions", + builtin_options: { + beta: 1.0 + }, + custom_options_format: "FLEXBUFFERS" + } + ], + name: "main" + } + ], + description: "MLIR Converted.", + buffers: [ + { + }, + { + }, + { + }, + { + data: [ + 49, + 46, + 53, + 46, + 48, + 0, + 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, + 236, + 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: 3 + }, + { + name: "CONVERSION_METADATA", + buffer: 4 + } + ], + signature_defs: [ + { + inputs: [ + { + name: "placeholder_0", + tensor_index: 0 + } + ], + outputs: [ + { + name: "output_0", + tensor_index: 1 + } + ], + method_name: "serving_default", + subgraph_index: 0 + } + ] +} -- cgit v1.2.1