aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json')
-rw-r--r--frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json b/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json
new file mode 100644
index 000000000..bf33552b3
--- /dev/null
+++ b/frameworks/tflite/operators/resize_nearest_neighbor_1x8x4x17_qi8_nearest_align0_half0_scale3/test_resize_1x8x4x17_qi8_nearest_align0_half0_scale3.json
@@ -0,0 +1,81 @@
+{
+ version: {
+ _major: 0,
+ _minor: 60,
+ _patch: 0,
+ _draft: false
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 6,
+ 2,
+ 6,
+ 2
+ ],
+ offset: [
+ 0,
+ 0
+ ],
+ border: [
+ 4,
+ 4
+ ],
+ 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,
+ 24,
+ 12,
+ 17
+ ],
+ type: "INT8",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+ }
+ ]
+}