aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_1x37x37_f32/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-12-14 13:08:50 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-15 16:42:33 +0000
commit263d638929db1393196f171254a9e87e70983046 (patch)
tree8f2a02b27aea2b64dd3075a4ae06c40b82238d5d /operators/ew_ternary/select/select_1x37x37_f32/test.json
parente926477175d04742f000925b4780d97e0c919e86 (diff)
downloadconformance_tests-263d638929db1393196f171254a9e87e70983046.tar.gz
Create MI tests for EW Ternary: SELECT
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Ib3b58e00d2cc9f318e214d24a87680c884f78237
Diffstat (limited to 'operators/ew_ternary/select/select_1x37x37_f32/test.json')
-rw-r--r--operators/ew_ternary/select/select_1x37x37_f32/test.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/operators/ew_ternary/select/select_1x37x37_f32/test.json b/operators/ew_ternary/select/select_1x37x37_f32/test.json
new file mode 100644
index 000000000..84c88fd13
--- /dev/null
+++ b/operators/ew_ternary/select/select_1x37x37_f32/test.json
@@ -0,0 +1,73 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SELECT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 37,
+ 37
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 42,
+ 37,
+ 37
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 42,
+ 37,
+ 37
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 42,
+ 37,
+ 37
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}