From d8e6b6b5148a3d61b378e6e5259ca421a709abef Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 21 Nov 2022 11:51:55 +0000 Subject: Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, TRANSPOSE Signed-off-by: James Ward Change-Id: Icbbe8f63e35d04a3b2cc64bd760ca92c22fd4aa7 --- .../pad/pad_1x1x65539x1_f32_pad00101010/test.json | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 operators/data_layout/pad/pad_1x1x65539x1_f32_pad00101010/test.json (limited to 'operators/data_layout/pad/pad_1x1x65539x1_f32_pad00101010/test.json') diff --git a/operators/data_layout/pad/pad_1x1x65539x1_f32_pad00101010/test.json b/operators/data_layout/pad/pad_1x1x65539x1_f32_pad00101010/test.json new file mode 100644 index 000000000..8d659c3a5 --- /dev/null +++ b/operators/data_layout/pad/pad_1x1x65539x1_f32_pad00101010/test.json @@ -0,0 +1,67 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "PAD", + attribute_type: "PadAttribute", + attribute: { + padding: [ + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0 + ], + pad_const_int: 0, + pad_const_fp: 1.095824 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 1, + 65539, + 1 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 1, + 2, + 65540, + 2 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1