aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-03-13 10:56:24 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-03-13 19:14:40 +0000
commitbc4573b5ca335cce14156e1b5b03499ea92d406e (patch)
tree0c7483c9ea07861a9b058ccd350f726f90650b61 /frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json
parentbb1e1096d28be05ccf334c71ecbbdc181ffab65a (diff)
downloadconformance_tests-bc4573b5ca335cce14156e1b5b03499ea92d406e.tar.gz
Update conformance to v0.60 releasev0.60.0v0.60
Including new SPLIT and RESIZE framework tests. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I065fb09701897242f4ddfefde3fc1763909d2d52
Diffstat (limited to 'frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json')
-rw-r--r--frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json271
1 files changed, 0 insertions, 271 deletions
diff --git a/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json b/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json
deleted file mode 100644
index a62edfe18..000000000
--- a/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/model-tflite.json
+++ /dev/null
@@ -1,271 +0,0 @@
-{
- 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: [
- -1.999999
- ],
- max: [
- 2.0
- ],
- 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,
- 64,
- 64,
- 8
- ],
- type: "INT16",
- buffer: 3,
- name: "PartitionedCall:0",
- quantization: {
- min: [
- -1.999999
- ],
- max: [
- 2.0
- ],
- 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: [
- 64,
- 0,
- 0,
- 0,
- 64,
- 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,
- 49,
- 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
- }
- ]
-}