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