aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 15:51:02 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 16:31:28 +0100
commit6863cab4ff6a7abe6ee4eb4703d0350397f99487 (patch)
tree3feb9859af366a401230937600e2319cad603b3d /operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json
parent6cef44caf8454b6ff9f1db0372342e9bdcf55914 (diff)
downloadconformance_tests-6863cab4ff6a7abe6ee4eb4703d0350397f99487.tar.gz
Updating EW_BINARY tests for 8k level support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Id68b2bb5ddde99ed0b44671dde9afcfe7d1653d0
Diffstat (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json')
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json
new file mode 100644
index 000000000..6761db1da
--- /dev/null
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_5x2x8x5x5x1_i32_roundFalse/test.json
@@ -0,0 +1,79 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "ARITHMETIC_RIGHT_SHIFT",
+ attribute_type: "ArithmeticRightShiftAttribute",
+ attribute: {
+ round: false
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 4
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 4
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}