From 6481ae51dce85dda44baa62d7fa8b82d5d6e0f92 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:03 +0100 Subject: Updating GREATER tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I777b5b0d5174e3464739d01eea0e0dcdd7facadc --- .../test.json | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json (limited to 'operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json') diff --git a/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json b/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json new file mode 100644 index 000000000..b6330fb6a --- /dev/null +++ b/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json @@ -0,0 +1,56 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "GREATER", + attribute_type: "NONE", + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 18 + ], + type: "INT32" + }, + { + name: "input-1", + shape: [ + 1 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 18 + ], + type: "INT48" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1