aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/strided_slice_14x19_i32_perm1
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/strided_slice_14x19_i32_perm1')
-rw-r--r--frameworks/tflite/operators/strided_slice_14x19_i32_perm1/test_strided_slice_14x19_i32_perm1.json143
1 files changed, 74 insertions, 69 deletions
diff --git a/frameworks/tflite/operators/strided_slice_14x19_i32_perm1/test_strided_slice_14x19_i32_perm1.json b/frameworks/tflite/operators/strided_slice_14x19_i32_perm1/test_strided_slice_14x19_i32_perm1.json
index 16e875e40..e8c17c4fd 100644
--- a/frameworks/tflite/operators/strided_slice_14x19_i32_perm1/test_strided_slice_14x19_i32_perm1.json
+++ b/frameworks/tflite/operators/strided_slice_14x19_i32_perm1/test_strided_slice_14x19_i32_perm1.json
@@ -5,85 +5,90 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 0,
- 4
- ],
- size: [
- 1,
- 6
- ]
- },
- inputs: [
- "TosaInput_0"
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0,
+ 4
+ ],
+ size: [
+ 1,
+ 6
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 6
+ ]
+ },
+ inputs: [
+ "layer_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 14,
+ 19
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 6
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 1,
+ 6
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
],
- outputs: [
- "layer_0"
- ]
- },
- {
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 6
- ]
- },
inputs: [
- "layer_0"
+ "TosaInput_0"
],
outputs: [
"TosaOutput_0"
]
}
- ],
- tensors: [
- {
- name: "TosaInput_0",
- shape: [
- 14,
- 19
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "TosaOutput_0",
- shape: [
- 6
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "layer_0",
- shape: [
- 1,
- 6
- ],
- type: "INT32",
- data: [
-
- ]
- }
- ],
- inputs: [
- "TosaInput_0"
- ],
- outputs: [
- "TosaOutput_0"
]
}
]