From cf8989f6250721418177c5b78cdedb7b6c56f74d Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:15 +0100 Subject: Updating DATA_LAYOUT tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421 --- .../test.json | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json') diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json new file mode 100644 index 000000000..6e52d0c93 --- /dev/null +++ b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json @@ -0,0 +1,68 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "PAD", + attribute_type: "PadAttribute", + attribute: { + padding: [ + 0, + 1, + 1, + 0, + 0, + 1, + 1, + 1 + ], + pad_const_int: 193292775, + pad_const_fp: 0.0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0", + "eiDummyOutput" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 13, + 5, + 15, + 5 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 14, + 6, + 16, + 7 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1