From b08fb3e856b7757403ff9aafc9487f9c0ad61fe7 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 16 Jan 2023 15:17:52 +0000 Subject: Regen tests after control flow operator support Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e --- .../test.json | 213 +++++++++++---------- 1 file changed, 109 insertions(+), 104 deletions(-) (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x65535x3x1_i8xi8_acci32_st111_pad101001_dilat777/test.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x65535x3x1_i8xi8_acci32_st111_pad101001_dilat777/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x65535x3x1_i8xi8_acci32_st111_pad101001_dilat777/test.json index 640641159..a37818f50 100644 --- a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x65535x3x1_i8xi8_acci32_st111_pad101001_dilat777/test.json +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x65535x3x1_i8xi8_acci32_st111_pad101001_dilat777/test.json @@ -5,122 +5,127 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "CONST", - attribute_type: "NONE", - inputs: [ + name: "main", + operators: [ + { + op: "CONST", + attribute_type: "NONE", + inputs: [ - ], - outputs: [ - "const-1" - ] - }, - { - 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: [ + 1, + 0, + 1, + 0, + 0, + 1 + ], + stride: [ + 1, + 1, + 1 + ], + dilation: [ + 7, + 7, + 7 + ], + input_zp: -33, + weight_zp: -79, + accum_dtype: "INT32" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 1, + 65535, + 3, + 1 + ], + type: "INT8" + }, + { + name: "const-1", + shape: [ + 1, + 1, + 1, + 1, + 1 + ], + type: "INT8", + data: [ + 30 + ] + }, + { + name: "const-2", + shape: [ + 1 + ], + type: "INT32", + data: [ + 45, + 8, + 192, + 144 + ] + }, + { + name: "result-0", + shape: [ + 1, + 2, + 65536, + 4, + 1 + ], + type: "INT32" + } ], - outputs: [ - "const-2" - ] - }, - { - op: "CONV3D", - attribute_type: "ConvAttribute", - attribute: { - pad: [ - 1, - 0, - 1, - 0, - 0, - 1 - ], - stride: [ - 1, - 1, - 1 - ], - dilation: [ - 7, - 7, - 7 - ], - input_zp: -33, - weight_zp: -79, - accum_dtype: "INT32" - }, inputs: [ - "input-0", - "const-1", - "const-2" + "input-0" ], outputs: [ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 1, - 65535, - 3, - 1 - ], - type: "INT8" - }, - { - name: "const-1", - shape: [ - 1, - 1, - 1, - 1, - 1 - ], - type: "INT8", - data: [ - 30 - ] - }, - { - name: "const-2", - shape: [ - 1 - ], - type: "INT32", - data: [ - 45, - 8, - 192, - 144 - ] - }, - { - name: "result-0", - shape: [ - 1, - 2, - 65536, - 4, - 1 - ], - type: "INT32" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1