From 7746767e3a0a421bdf64ef5cf0c8926bcfa86d1f Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:24 +0100 Subject: Updating EW_UNARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: If11bb69ac977fb49ed719b2d5745b2a41d855853 --- .../test.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 operators/ew_unary/clz/clz_ERRORIF_WrongInputList_13x10x11_i32/test.json (limited to 'operators/ew_unary/clz/clz_ERRORIF_WrongInputList_13x10x11_i32/test.json') diff --git a/operators/ew_unary/clz/clz_ERRORIF_WrongInputList_13x10x11_i32/test.json b/operators/ew_unary/clz/clz_ERRORIF_WrongInputList_13x10x11_i32/test.json new file mode 100644 index 000000000..0e801388c --- /dev/null +++ b/operators/ew_unary/clz/clz_ERRORIF_WrongInputList_13x10x11_i32/test.json @@ -0,0 +1,51 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CLZ", + attribute_type: "NONE", + inputs: [ + + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 13, + 10, + 11 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 13, + 10, + 11 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1