aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-12-14 12:54:33 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-15 16:42:48 +0000
commit1aa23bd44af0ae508dc83d26e66dfc6d68d837f8 (patch)
treeb8eb2bbc9481a662dfe90b7f056e8a2670626034 /operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json
parent263d638929db1393196f171254a9e87e70983046 (diff)
downloadconformance_tests-1aa23bd44af0ae508dc83d26e66dfc6d68d837f8.tar.gz
Create MI tests for EW Unary: ABS, CEIL, FLOOR, NEGATE
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I2359051636ec6f3924bfc854c227993a883067cc
Diffstat (limited to 'operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json')
-rw-r--r--operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json b/operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json
new file mode 100644
index 000000000..058be50d0
--- /dev/null
+++ b/operators/ew_unary/negate/negate_16x16x16x17x11_f16/test.json
@@ -0,0 +1,59 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _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: [
+ 16,
+ 16,
+ 16,
+ 17,
+ 11
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 16,
+ 16,
+ 17,
+ 11
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}