aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_53x46x35_i8/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_ternary/select/select_53x46x35_i8/test.json')
-rw-r--r--operators/ew_ternary/select/select_53x46x35_i8/test.json105
1 files changed, 55 insertions, 50 deletions
diff --git a/operators/ew_ternary/select/select_53x46x35_i8/test.json b/operators/ew_ternary/select/select_53x46x35_i8/test.json
index 28cae5e0b..98a0152ff 100644
--- a/operators/ew_ternary/select/select_53x46x35_i8/test.json
+++ b/operators/ew_ternary/select/select_53x46x35_i8/test.json
@@ -5,13 +5,64 @@
_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: [
+ 53,
+ 46,
+ 35
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 53,
+ 46,
+ 35
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 53,
+ 1,
+ 35
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 53,
+ 46,
+ 35
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1",
@@ -21,52 +72,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 53,
- 46,
- 35
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 53,
- 46,
- 35
- ],
- type: "INT8"
- },
- {
- name: "input-2",
- shape: [
- 53,
- 1,
- 35
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 53,
- 46,
- 35
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1",
- "input-2"
- ],
- outputs: [
- "result-0"
]
}
]