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 | 290 +++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x11x10x3x13_f32xf32_accf32_st111_pad000000_dilat111/test.json (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x11x10x3x13_f32xf32_accf32_st111_pad000000_dilat111/test.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x11x10x3x13_f32xf32_accf32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x11x10x3x13_f32xf32_accf32_st111_pad000000_dilat111/test.json new file mode 100644 index 000000000..1037bc3fa --- /dev/null +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x11x10x3x13_f32xf32_accf32_st111_pad000000_dilat111/test.json @@ -0,0 +1,290 @@ +{ + 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: 19, + weight_zp: 0, + accum_dtype: "FP32" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 10, + 3, + 13 + ], + type: "FP32" + }, + { + name: "const-1", + shape: [ + 3, + 1, + 1, + 1, + 13 + ], + type: "FP32", + data: [ + 253, + 246, + 83, + 63, + 48, + 231, + 80, + 63, + 80, + 174, + 58, + 63, + 227, + 67, + 16, + 62, + 124, + 24, + 31, + 63, + 140, + 199, + 50, + 63, + 8, + 101, + 66, + 63, + 83, + 155, + 53, + 63, + 48, + 249, + 32, + 63, + 89, + 77, + 58, + 63, + 222, + 49, + 90, + 63, + 226, + 190, + 17, + 63, + 173, + 200, + 20, + 62, + 142, + 226, + 80, + 63, + 101, + 56, + 41, + 63, + 192, + 197, + 47, + 63, + 79, + 162, + 150, + 62, + 113, + 64, + 25, + 62, + 95, + 221, + 71, + 63, + 147, + 108, + 74, + 61, + 125, + 0, + 206, + 62, + 193, + 68, + 2, + 63, + 132, + 202, + 142, + 60, + 105, + 213, + 24, + 63, + 181, + 254, + 244, + 61, + 50, + 62, + 119, + 62, + 131, + 90, + 126, + 63, + 5, + 110, + 15, + 63, + 178, + 224, + 119, + 63, + 150, + 58, + 252, + 62, + 63, + 173, + 77, + 63, + 114, + 155, + 27, + 61, + 24, + 32, + 149, + 62, + 190, + 2, + 145, + 62, + 2, + 243, + 142, + 61, + 239, + 188, + 115, + 63, + 167, + 50, + 1, + 63, + 253, + 204, + 23, + 63, + 242, + 60, + 5, + 63 + ] + }, + { + name: "const-2", + shape: [ + 3 + ], + type: "FP32", + data: [ + 149, + 135, + 126, + 62, + 32, + 159, + 108, + 63, + 45, + 67, + 43, + 63 + ] + }, + { + name: "result-0", + shape: [ + 1, + 11, + 10, + 3, + 3 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1