aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:53 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:53 +0100
commit241fe57970e126f59336a5aadf7380a158621182 (patch)
treed378b9c788adbcf4c491fd7898a9963c4f987bf9 /operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json
parent0eeab397805ba40bf3b1404bbf14cec6cfdc393c (diff)
downloadconformance_tests-241fe57970e126f59336a5aadf7380a158621182.tar.gz
Updating NEGATE tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If89677f8640475f2d85f735a2e2a811be1060617
Diffstat (limited to 'operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json')
-rw-r--r--operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json b/operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json
new file mode 100644
index 000000000..fe321fb69
--- /dev/null
+++ b/operators/ew_unary/negate/negate_1x1x2x1x65531_i8/test.json
@@ -0,0 +1,59 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "NEGATE",
+ attribute_type: "NegateAttribute",
+ attribute: {
+ input1_zp: 37,
+ output_zp: 6
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 65531
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 65531
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}