aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:24 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:24 +0100
commit7746767e3a0a421bdf64ef5cf0c8926bcfa86d1f (patch)
treee85daedc11d437d752c2d4b9c740e5dbcad07d99 /operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json
parente6f9063246205683ac621abf062cddeb8bae1de9 (diff)
downloadconformance_tests-7746767e3a0a421bdf64ef5cf0c8926bcfa86d1f.tar.gz
Updating EW_UNARY tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If11bb69ac977fb49ed719b2d5745b2a41d855853
Diffstat (limited to 'operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json')
-rw-r--r--operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json b/operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json
new file mode 100644
index 000000000..fa7e2b473
--- /dev/null
+++ b/operators/ew_unary/clz/clz_ERRORIF_WrongOutputType_12_i32/test.json
@@ -0,0 +1,47 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CLZ",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "FLOAT"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}