aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json')
-rw-r--r--operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json
new file mode 100644
index 000000000..ba0aa6275
--- /dev/null
+++ b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputType_31x23x4x29_b/test.json
@@ -0,0 +1,53 @@
+{
+ 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"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 31,
+ 23,
+ 4,
+ 29
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 31,
+ 23,
+ 4,
+ 29
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}