aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json')
-rw-r--r--operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json109
1 files changed, 57 insertions, 52 deletions
diff --git a/operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json b/operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json
index 77e50a823..95b166567 100644
--- a/operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json
+++ b/operators/ew_ternary/select/select_ERRORIF_WrongInputList_11x8x7_f16/test.json
@@ -5,69 +5,74 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SELECT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "SELECT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 8,
+ 7
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 1,
+ 7
+ ],
+ type: "FP16"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 11,
+ 8,
+ 7
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 8,
+ 7
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0",
"input-1",
- "input-2",
- "eiDummyInput"
+ "input-2"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 8,
- 7
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 1,
- 7
- ],
- type: "FP16"
- },
- {
- name: "input-2",
- shape: [
- 11,
- 8,
- 7
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 8,
- 7
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0",
- "input-1",
- "input-2"
- ],
- outputs: [
- "result-0"
]
}
]