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 --- .../strided_slice_64_i32_perm3/model-tflite.json | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 frameworks/tflite/operators/strided_slice_64_i32_perm3/model-tflite.json (limited to 'frameworks/tflite/operators/strided_slice_64_i32_perm3/model-tflite.json') diff --git a/frameworks/tflite/operators/strided_slice_64_i32_perm3/model-tflite.json b/frameworks/tflite/operators/strided_slice_64_i32_perm3/model-tflite.json new file mode 100644 index 000000000..c512fe573 --- /dev/null +++ b/frameworks/tflite/operators/strided_slice_64_i32_perm3/model-tflite.json @@ -0,0 +1,280 @@ +{ + version: 3, + operator_codes: [ + { + deprecated_builtin_code: 45, + version: 1, + builtin_code: "STRIDED_SLICE" + } + ], + subgraphs: [ + { + tensors: [ + { + shape: [ + 64 + ], + type: "INT32", + buffer: 1, + name: "serving_default_placeholder_0:0", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 1 + ], + type: "INT32", + buffer: 2, + name: "result", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 1 + ], + type: "INT32", + buffer: 3, + name: "result1", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 1 + ], + type: "INT32", + buffer: 4, + name: "result2", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 19 + ], + type: "INT32", + buffer: 5, + name: "PartitionedCall:0", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + } + ], + inputs: [ + 0 + ], + outputs: [ + 4 + ], + operators: [ + { + opcode_index: 0, + inputs: [ + 0, + 1, + 2, + 3 + ], + outputs: [ + 4 + ], + builtin_options_type: "StridedSliceOptions", + builtin_options: { + begin_mask: 0, + end_mask: 0, + ellipsis_mask: 0, + new_axis_mask: 0, + shrink_axis_mask: 0 + }, + custom_options_format: "FLEXBUFFERS" + } + ], + name: "main" + } + ], + description: "MLIR Converted.", + buffers: [ + { + }, + { + }, + { + data: [ + 1, + 0, + 0, + 0 + ] + }, + { + data: [ + 58, + 0, + 0, + 0 + ] + }, + { + data: [ + 3, + 0, + 0, + 0 + ] + }, + { + }, + { + data: [ + 49, + 46, + 54, + 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, + 36, + 0, + 0, + 0, + 0, + 0, + 6, + 0, + 8, + 0, + 4, + 0, + 6, + 0, + 0, + 0, + 4, + 0, + 0, + 0, + 0, + 0, + 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: 6 + }, + { + name: "CONVERSION_METADATA", + buffer: 7 + } + ], + signature_defs: [ + { + inputs: [ + { + name: "placeholder_0", + tensor_index: 0 + } + ], + outputs: [ + { + name: "output_0", + tensor_index: 4 + } + ], + method_name: "serving_default", + subgraph_index: 0 + } + ] +} -- cgit v1.2.1