aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json b/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
new file mode 100644
index 000000000..0f3a9d5c9
--- /dev/null
+++ b/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
@@ -0,0 +1,55 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 16,
+ 48
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 32,
+ 24
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 48
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}