aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json')
-rw-r--r--operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json b/operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json
new file mode 100644
index 000000000..3cd0126e0
--- /dev/null
+++ b/operators/ew_ternary/select/select_8x6x4x8x5x4_b/test.json
@@ -0,0 +1,90 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SELECT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 8,
+ 6,
+ 4,
+ 8,
+ 5,
+ 4
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 8,
+ 1,
+ 4,
+ 8,
+ 5,
+ 4
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 8,
+ 6,
+ 4,
+ 8,
+ 5,
+ 4
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 8,
+ 6,
+ 4,
+ 8,
+ 5,
+ 4
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}