aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json')
-rw-r--r--operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json b/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json
deleted file mode 100644
index c0962692f..000000000
--- a/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_11x15x18x9_i32/test.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "SELECT",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1",
- "input-2"
- ],
- outputs: [
- "result-0",
- "eiDummyOutput"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 15,
- 18,
- 9
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 15,
- 1,
- 9
- ],
- type: "INT32"
- },
- {
- name: "input-2",
- shape: [
- 11,
- 15,
- 18,
- 9
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 15,
- 18,
- 9
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1",
- "input-2"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}