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 | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json new file mode 100644 index 000000000..d44a1e748 --- /dev/null +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json @@ -0,0 +1,186 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CONST", + attribute_type: "NONE", + inputs: [ + + ], + outputs: [ + "const-1" + ] + }, + { + op: "CONST", + attribute_type: "NONE", + inputs: [ + + ], + outputs: [ + "const-2" + ] + }, + { + op: "CONV3D", + attribute_type: "ConvAttribute", + attribute: { + pad: [ + 0, + 0, + 0, + 0, + 0, + 0 + ], + stride: [ + 1, + 1, + 1 + ], + dilation: [ + 1, + 1, + 1 + ], + input_zp: 0, + weight_zp: 0, + accum_dtype: "INT32" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 10, + 11, + 7 + ], + type: "INT32" + }, + { + name: "const-1", + shape: [ + 2, + 1, + 1, + 1, + 7 + ], + type: "INT32", + data: [ + 209, + 37, + 217, + 166, + 166, + 118, + 28, + 123, + 101, + 162, + 1, + 89, + 17, + 109, + 87, + 194, + 60, + 199, + 186, + 51, + 53, + 242, + 213, + 23, + 7, + 137, + 21, + 104, + 137, + 53, + 221, + 204, + 158, + 193, + 141, + 126, + 249, + 14, + 225, + 222, + 211, + 8, + 132, + 55, + 149, + 179, + 211, + 229, + 230, + 155, + 233, + 43, + 97, + 159, + 197, + 213 + ] + }, + { + name: "const-2", + shape: [ + 2 + ], + type: "INT32", + data: [ + 122, + 46, + 226, + 87, + 112, + 161, + 44, + 35 + ] + }, + { + name: "result-0", + shape: [ + 1, + 11, + 10, + 11, + 2 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1