aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json')
-rw-r--r--frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json144
1 files changed, 144 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json b/frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json
new file mode 100644
index 000000000..5e00defcd
--- /dev/null
+++ b/frameworks/tflite/operators/strided_slice_64_i32_perm3/test_strided_slice_64_i32_perm3.json
@@ -0,0 +1,144 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 1
+ ],
+ size: [
+ 57
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 19,
+ 3
+ ]
+ },
+ inputs: [
+ "layer_0"
+ ],
+ outputs: [
+ "layer_1"
+ ]
+ },
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0,
+ 0
+ ],
+ size: [
+ 19,
+ 1
+ ]
+ },
+ inputs: [
+ "layer_1"
+ ],
+ outputs: [
+ "layer_2"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 19
+ ]
+ },
+ inputs: [
+ "layer_2"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 64
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 19
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 57
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_1",
+ shape: [
+ 19,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_2",
+ shape: [
+ 19,
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+}