From 4cc1201dde80193611cc8e14a7886aba96a3da09 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:21 +0100 Subject: Updating EW_BINARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ia7139c9720b6e2bbaa6b2dcc4c7367aa07135f4e --- .../test.json | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 operators/ew_binary/mul/mul_ERRORIF_RankMismatch_13_i16_perm0_shift0/test.json (limited to 'operators/ew_binary/mul/mul_ERRORIF_RankMismatch_13_i16_perm0_shift0/test.json') diff --git a/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_13_i16_perm0_shift0/test.json b/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_13_i16_perm0_shift0/test.json new file mode 100644 index 000000000..a9a40089c --- /dev/null +++ b/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_13_i16_perm0_shift0/test.json @@ -0,0 +1,60 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "MUL", + attribute_type: "MulAttribute", + attribute: { + shift: 0 + }, + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 13 + ], + type: "INT16" + }, + { + name: "input-1", + shape: [ + 13, + 12 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 13 + ], + type: "INT32" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1