From 7a972150d7bfd82a775fd1db6b70a8644e285836 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:32 +0100 Subject: Updating ARITHMETIC_RIGHT_SHIFT tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I04d4bb6669b1967fef686cf67549bb08344c2570 --- .../test.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_60x53x1_i16_roundTrue/test.json (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_60x53x1_i16_roundTrue/test.json') diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_60x53x1_i16_roundTrue/test.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_60x53x1_i16_roundTrue/test.json new file mode 100644 index 000000000..74e3c9007 --- /dev/null +++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_60x53x1_i16_roundTrue/test.json @@ -0,0 +1,65 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "ARITHMETIC_RIGHT_SHIFT", + attribute_type: "ArithmeticRightShiftAttribute", + attribute: { + round: true + }, + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 60, + 53, + 1 + ], + type: "INT16" + }, + { + name: "input-1", + shape: [ + 60, + 53, + 46 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 60, + 53, + 46 + ], + type: "INT16" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1