aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:22 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:22 +0100
commit49986ff81f505448e2b119535a671c3ba92a72c6 (patch)
treeb09ced1df3ddfd594700ffe9d868d790976d1e6d /operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json
parent5dae754706e716e805a25d94a93c62fe89b28d1d (diff)
downloadconformance_tests-49986ff81f505448e2b119535a671c3ba92a72c6.tar.gz
Updating RESHAPE tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I5a5366c30ff35fb375ce9b2a2efafe0871600b58
Diffstat (limited to 'operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json b/operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json
new file mode 100644
index 000000000..5eba57e50
--- /dev/null
+++ b/operators/data_layout/reshape/reshape_19x13x31x63_b_perm1_rank6/test.json
@@ -0,0 +1,65 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 279,
+ 7,
+ 13,
+ 1,
+ 1,
+ 19
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 19,
+ 13,
+ 31,
+ 63
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 279,
+ 7,
+ 13,
+ 1,
+ 1,
+ 19
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}