From f28351d57bbe212bc75ed18375b4f421937e113e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 15:07:37 +0100 Subject: Updating test files for FLOAT/FP32 name change Plus re-instate accidentally removed operator READMEs. Signed-off-by: Jeremy Johnson Change-Id: I534e5be23cb524c886208107e1bfe22ac6e8f160 --- .../test.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json new file mode 100644 index 000000000..4ce6625ab --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json @@ -0,0 +1,51 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CAST", + attribute_type: "NONE", + inputs: [ + + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 9, + 11, + 15 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 9, + 11, + 15 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1