aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_40x1_b/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_ternary/select/select_40x1_b/test.json')
-rw-r--r--operators/ew_ternary/select/select_40x1_b/test.json97
1 files changed, 51 insertions, 46 deletions
diff --git a/operators/ew_ternary/select/select_40x1_b/test.json b/operators/ew_ternary/select/select_40x1_b/test.json
index 1553f6b39..83c79113c 100644
--- a/operators/ew_ternary/select/select_40x1_b/test.json
+++ b/operators/ew_ternary/select/select_40x1_b/test.json
@@ -5,13 +5,60 @@
_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"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 40,
+ 1
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 40,
+ 33
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 40,
+ 33
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 40,
+ 33
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0",
"input-1",
@@ -21,48 +68,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 40,
- 1
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 40,
- 33
- ],
- type: "BOOL"
- },
- {
- name: "input-2",
- shape: [
- 40,
- 33
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 40,
- 33
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1",
- "input-2"
- ],
- outputs: [
- "result-0"
]
}
]