aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json')
-rw-r--r--operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json59
1 files changed, 0 insertions, 59 deletions
diff --git a/operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json b/operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json
deleted file mode 100644
index 5cb49be70..000000000
--- a/operators/comparison/greater/greater_ERRORIF_WrongOutputList_21x11_i32/test.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "GREATER",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
-
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 21,
- 11
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 11
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 21,
- 11
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}