aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-05-22 11:42:56 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-05-22 11:42:56 +0100
commitfa4f26105f770ff21a26b31aa78067297e2312fa (patch)
treec26b1482d7fa44eed6df954b7899a7e8c67a595e /operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json
parent7037332896b3151963a3e83f65acb40590c74199 (diff)
downloadconformance_tests-fa4f26105f770ff21a26b31aa78067297e2312fa.tar.gz
Update tests for one dimension of -1 in RESHAPE
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia65988177fb6abece6dbaad5a0eb85e67741a67a
Diffstat (limited to 'operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json b/operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json
new file mode 100644
index 000000000..65e9afda8
--- /dev/null
+++ b/operators/data_layout/reshape/reshape_32x24_i8_perm1_rank2_outinferred/test.json
@@ -0,0 +1,60 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 3,
+ -1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 32,
+ 24
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ -1
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}