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 --- .../concat/concat_47_bf16_axis0/input-0.json | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 operators/data_layout/concat/concat_47_bf16_axis0/input-0.json (limited to 'operators/data_layout/concat/concat_47_bf16_axis0/input-0.json') diff --git a/operators/data_layout/concat/concat_47_bf16_axis0/input-0.json b/operators/data_layout/concat/concat_47_bf16_axis0/input-0.json new file mode 100644 index 000000000..3fc563764 --- /dev/null +++ b/operators/data_layout/concat/concat_47_bf16_axis0/input-0.json @@ -0,0 +1,52 @@ +{ + "type": "float32", + "data": [ + 0.8203125, + 1.1171875, + -0.1640625, + 0.2734375, + -1.4375, + -1.5390625, + 0.671875, + -0.115234375, + 0.259765625, + 1.0546875, + 0.53515625, + 0.2138671875, + 0.236328125, + -0.78125, + -1.875, + -0.251953125, + -1.140625, + -0.365234375, + 1.40625, + -1.0625, + -1.765625, + -0.87109375, + -0.82421875, + 0.64453125, + 0.2275390625, + 1.1328125, + 0.65625, + -0.373046875, + 1.25, + -1.328125, + -1.90625, + -1.6328125, + 0.88671875, + -0.15234375, + -1.3515625, + 0.004150390625, + -1.390625, + 0.78515625, + -0.21484375, + -0.474609375, + -0.79296875, + 0.51953125, + -0.55078125, + -1.6484375, + -1.5234375, + 1.84375, + 1.6328125 + ] +} \ No newline at end of file -- cgit v1.2.1