aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/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_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/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_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/test.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/test.json b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/test.json
new file mode 100644
index 000000000..978ffcd6d
--- /dev/null
+++ b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_13x8x6_b_perm0_rank1_outdefined/test.json
@@ -0,0 +1,59 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 624
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 13,
+ 8,
+ 6
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 624
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}