aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 15:51:11 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 16:31:32 +0100
commit523ce4cb02b09f4d737ee1c8d322d19890a1cf1e (patch)
tree3de0c27ce06b44cfac228f832dc699cc5462f251 /operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json
parent8bdda4f520a4fcb740a91ba4d34839169e33dadc (diff)
downloadconformance_tests-523ce4cb02b09f4d737ee1c8d322d19890a1cf1e.tar.gz
Updating EW_UNARY tests for 8k level support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I89d35ef2e6975fbffc93788b666ea6b97e470ae5
Diffstat (limited to 'operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json')
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json b/operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json
new file mode 100644
index 000000000..e58fc4435
--- /dev/null
+++ b/operators/ew_unary/bitwise_not/bitwise_not_2x12x10x7_i16/test.json
@@ -0,0 +1,58 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_NOT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 7
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 7
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}