aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:51 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:51 +0100
commit0eeab397805ba40bf3b1404bbf14cec6cfdc393c (patch)
tree167c2990b1737dc26df1fa01d5e8ddf2588a4931 /operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
parent388b4679b9fd2c455284aa4158ef445228ecab75 (diff)
downloadconformance_tests-0eeab397805ba40bf3b1404bbf14cec6cfdc393c.tar.gz
Updating LOGICAL_NOT tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ic39775228d9e267af19f697aab03142d44573689
Diffstat (limited to 'operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json')
-rw-r--r--operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
new file mode 100644
index 000000000..2fc4f26af
--- /dev/null
+++ b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
@@ -0,0 +1,52 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_NOT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 32,
+ 32,
+ 32
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 32,
+ 32,
+ 32
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}