From 388b4679b9fd2c455284aa4158ef445228ecab75 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:51 +0100 Subject: Updating CLZ tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I8324f1d6b456c47a0709e056aa04a74563f58b3b --- .../test.json | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 operators/ew_unary/clz/clz_ERRORIF_WrongOutputList_28x11_i32/test.json (limited to 'operators/ew_unary/clz/clz_ERRORIF_WrongOutputList_28x11_i32/test.json') diff --git a/operators/ew_unary/clz/clz_ERRORIF_WrongOutputList_28x11_i32/test.json b/operators/ew_unary/clz/clz_ERRORIF_WrongOutputList_28x11_i32/test.json new file mode 100644 index 000000000..b10fb19a3 --- /dev/null +++ b/operators/ew_unary/clz/clz_ERRORIF_WrongOutputList_28x11_i32/test.json @@ -0,0 +1,50 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CLZ", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0", + "eiDummyOutput" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 28, + 11 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 28, + 11 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1