aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/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/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/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/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/test.json')
-rw-r--r--operators/ew_binary/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/test.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/operators/ew_binary/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/test.json b/operators/ew_binary/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/test.json
new file mode 100644
index 000000000..139da284d
--- /dev/null
+++ b/operators/ew_binary/logical_left_shift/logical_left_shift_2x1x5x9x7x7_i16/test.json
@@ -0,0 +1,76 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_LEFT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 1,
+ 5,
+ 9,
+ 7,
+ 7
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 1,
+ 5,
+ 9,
+ 1,
+ 7
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 1,
+ 5,
+ 9,
+ 7,
+ 7
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}