aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_35x10_i16_perm0_rank5/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_35x10_i16_perm0_rank5/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_35x10_i16_perm0_rank5/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_35x10_i16_perm0_rank5/test.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/operators/data_layout/reshape/reshape_35x10_i16_perm0_rank5/test.json b/operators/data_layout/reshape/reshape_35x10_i16_perm0_rank5/test.json
new file mode 100644
index 000000000..aaf0a2d0d
--- /dev/null
+++ b/operators/data_layout/reshape/reshape_35x10_i16_perm0_rank5/test.json
@@ -0,0 +1,61 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 1,
+ 14,
+ 5,
+ 1,
+ 5
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 35,
+ 10
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 14,
+ 5,
+ 1,
+ 5
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}