aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_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/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_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/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_i32/test.json')
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_i32/test.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_i32/test.json b/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_i32/test.json
new file mode 100644
index 000000000..b377db9e5
--- /dev/null
+++ b/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_10x1x6x7_i32/test.json
@@ -0,0 +1,57 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "NEGATE",
+ attribute_type: "NegateAttribute",
+ attribute: {
+ input1_zp: 0,
+ output_zp: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 1,
+ 6,
+ 7
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 1,
+ 6,
+ 7
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}