From 99123d66335bc05c7d42b1999ac4671b50706746 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 17:38:23 +0100 Subject: Updating CAST tests for renaming of out type Signed-off-by: Jeremy Johnson Change-Id: Id3dc86ec45fe884359f6529cba0fe28e709f89f3 --- .../test.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json new file mode 100644 index 000000000..e616ec5c5 --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json @@ -0,0 +1,54 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CAST", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0", + "eiDummyOutput" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 10, + 1, + 6, + 7 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 10, + 1, + 6, + 7 + ], + type: "INT16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1