aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
diff options
context:
space:
mode:
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, 0 insertions, 52 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
deleted file mode 100644
index 7b29b26ee..000000000
--- a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongOutputList_32x32x32_b/test.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- 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"
- ]
- }
- ]
-}