aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:23 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:23 +0100
commite6f9063246205683ac621abf062cddeb8bae1de9 (patch)
treec7c9af11210300a3f25595fdd69a20defda4752c /operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json
parent4cc1201dde80193611cc8e14a7886aba96a3da09 (diff)
downloadconformance_tests-e6f9063246205683ac621abf062cddeb8bae1de9.tar.gz
Updating EW_TERNARY tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Icd7bfb5c9db6f8444077881c875e3e991433d13c
Diffstat (limited to 'operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json')
-rw-r--r--operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json b/operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json
new file mode 100644
index 000000000..4dc39b9f9
--- /dev/null
+++ b/operators/ew_ternary/select/select_ERRORIF_WrongOutputType_11x10x10x6_i16/test.json
@@ -0,0 +1,77 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _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: [
+ 11,
+ 10,
+ 10,
+ 6
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 10,
+ 10,
+ 6
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 1,
+ 10,
+ 10,
+ 6
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 10,
+ 10,
+ 6
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}