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 | 334 --------------------- 1 file changed, 334 deletions(-) delete mode 100644 frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/model-tflite.json (limited to 'frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/model-tflite.json') diff --git a/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/model-tflite.json b/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/model-tflite.json deleted file mode 100644 index 2d245fd53..000000000 --- a/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/model-tflite.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - version: 3, - operator_codes: [ - { - deprecated_builtin_code: 114, - version: 1, - builtin_code: "QUANTIZE" - }, - { - deprecated_builtin_code: 97, - version: 3, - builtin_code: "RESIZE_NEAREST_NEIGHBOR" - } - ], - subgraphs: [ - { - tensors: [ - { - shape: [ - 1, - 4, - 8, - 19 - ], - type: "UINT8", - buffer: 1, - name: "serving_default_placeholder_0:0", - quantization: { - scale: [ - 0.015686 - ], - zero_point: [ - 128 - ], - 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, - 4, - 8, - 19 - ], - type: "INT8", - buffer: 3, - name: "tfl.quantize", - quantization: { - scale: [ - 0.015686 - ], - zero_point: [ - 0 - ], - details_type: "NONE", - quantized_dimension: 0 - }, - is_variable: false - }, - { - shape: [ - 1, - 8, - 16, - 19 - ], - type: "INT8", - buffer: 4, - name: "PartitionedCall:01", - quantization: { - scale: [ - 0.015686 - ], - zero_point: [ - 0 - ], - details_type: "NONE", - quantized_dimension: 0 - }, - is_variable: false - }, - { - shape: [ - 1, - 8, - 16, - 19 - ], - type: "UINT8", - buffer: 5, - name: "PartitionedCall:0", - quantization: { - scale: [ - 0.015686 - ], - zero_point: [ - 128 - ], - details_type: "NONE", - quantized_dimension: 0 - }, - is_variable: false - } - ], - inputs: [ - 0 - ], - outputs: [ - 4 - ], - operators: [ - { - opcode_index: 0, - inputs: [ - 0 - ], - outputs: [ - 2 - ], - builtin_options_type: "NONE", - custom_options_format: "FLEXBUFFERS" - }, - { - opcode_index: 1, - inputs: [ - 2, - 1 - ], - outputs: [ - 3 - ], - builtin_options_type: "ResizeNearestNeighborOptions", - builtin_options: { - align_corners: false, - half_pixel_centers: true - }, - custom_options_format: "FLEXBUFFERS" - }, - { - opcode_index: 0, - inputs: [ - 3 - ], - outputs: [ - 4 - ], - builtin_options_type: "NONE", - custom_options_format: "FLEXBUFFERS" - } - ], - name: "main" - } - ], - description: "MLIR Converted.", - buffers: [ - { - }, - { - }, - { - data: [ - 8, - 0, - 0, - 0, - 16, - 0, - 0, - 0 - ] - }, - { - }, - { - }, - { - }, - { - data: [ - 50, - 46, - 51, - 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, - 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, - 6, - 0, - 0, - 0, - 50, - 46, - 49, - 49, - 46, - 48, - 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