From bc4573b5ca335cce14156e1b5b03499ea92d406e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 13 Mar 2023 10:56:24 +0000 Subject: Update conformance to v0.60 release Including new SPLIT and RESIZE framework tests. Signed-off-by: Jeremy Johnson Change-Id: I065fb09701897242f4ddfefde3fc1763909d2d52 --- .../model-tflite.json | 271 +++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3/model-tflite.json (limited to 'frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3/model-tflite.json') diff --git a/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3/model-tflite.json b/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3/model-tflite.json new file mode 100644 index 000000000..c73b19557 --- /dev/null +++ b/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16_bilinear_align0_half1_scale3/model-tflite.json @@ -0,0 +1,271 @@ +{ + version: 3, + operator_codes: [ + { + deprecated_builtin_code: 23, + version: 3, + builtin_code: "RESIZE_BILINEAR" + } + ], + subgraphs: [ + { + tensors: [ + { + shape: [ + 1, + 32, + 32, + 8 + ], + type: "INT16", + buffer: 1, + name: "serving_default_placeholder_0:0", + quantization: { + min: [ + -2.0 + ], + max: [ + 1.999995 + ], + scale: [ + 0.000061 + ], + zero_point: [ + 0 + ], + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 2 + ], + type: "INT32", + buffer: 2, + name: "resize/size", + quantization: { + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + }, + { + shape: [ + 1, + 96, + 96, + 8 + ], + type: "INT16", + buffer: 3, + name: "PartitionedCall:0", + quantization: { + min: [ + -2.0 + ], + max: [ + 1.999995 + ], + scale: [ + 0.000061 + ], + zero_point: [ + 0 + ], + details_type: "NONE", + quantized_dimension: 0 + }, + is_variable: false + } + ], + inputs: [ + 0 + ], + outputs: [ + 2 + ], + operators: [ + { + opcode_index: 0, + inputs: [ + 0, + 1 + ], + outputs: [ + 2 + ], + builtin_options_type: "ResizeBilinearOptions", + builtin_options: { + align_corners: false, + half_pixel_centers: true + }, + custom_options_format: "FLEXBUFFERS" + } + ], + name: "main" + } + ], + description: "MLIR Converted.", + buffers: [ + { + }, + { + }, + { + data: [ + 96, + 0, + 0, + 0, + 96, + 0, + 0, + 0 + ] + }, + { + }, + { + data: [ + 50, + 46, + 50, + 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, + 6, + 0, + 0, + 0, + 50, + 46, + 49, + 50, + 46, + 48, + 0, + 0 + ] + } + ], + metadata: [ + { + name: "min_runtime_version", + buffer: 4 + }, + { + name: "CONVERSION_METADATA", + buffer: 5 + } + ], + signature_defs: [ + { + inputs: [ + { + name: "placeholder_0", + tensor_index: 0 + } + ], + outputs: [ + { + name: "output_0", + tensor_index: 2 + } + ], + method_name: "serving_default", + subgraph_index: 0 + } + ] +} -- cgit v1.2.1