aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:00 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:00 +0100
commite2ac2482baa202af7fe759a6b58d9bdd75168b6a (patch)
treed647a83a118e7dc12189a5983e7d7f9e8e096191 /frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json
parent696175c6e320ea85243f8dac54ad0f5cf57d4dfe (diff)
downloadconformance_tests-e2ac2482baa202af7fe759a6b58d9bdd75168b6a.tar.gz
Updating framework tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I216edc7080a64aa481deb192253295a006fa4373
Diffstat (limited to 'frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json')
-rw-r--r--frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json83
1 files changed, 83 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json b/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json
new file mode 100644
index 000000000..58a5a2cd8
--- /dev/null
+++ b/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8/test_resize_nearest_1x8x4x17_qi8.json
@@ -0,0 +1,83 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ output_size: [
+ 16,
+ 8
+ ],
+ stride: [
+ 512,
+ 512
+ ],
+ offset: [
+ -256,
+ -256
+ ],
+ shift: 10,
+ stride_fp: [
+ 0.0,
+ 0.0
+ ],
+ offset_fp: [
+ 0.0,
+ 0.0
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT8",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 1,
+ 16,
+ 8,
+ 17
+ ],
+ type: "INT8",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+}