From e680768ca1042791012ba3ab312f747790f5d93e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:58:04 +0100 Subject: Updating CONV3D_2X1X1 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I65996b484c42e4b88cf66c43f38b959c56af0751 --- .../test.json | 126 --------------------- 1 file changed, 126 deletions(-) delete mode 100644 operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x21x14x1_i8xi4_st112_pad001001_dilat177/test.json (limited to 'operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x21x14x1_i8xi4_st112_pad001001_dilat177/test.json') diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x21x14x1_i8xi4_st112_pad001001_dilat177/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x21x14x1_i8xi4_st112_pad001001_dilat177/test.json deleted file mode 100644 index a8d7a1b35..000000000 --- a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x21x14x1_i8xi4_st112_pad001001_dilat177/test.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - 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, - 1, - 0, - 0, - 1 - ], - stride: [ - 1, - 1, - 2 - ], - dilation: [ - 1, - 7, - 7 - ], - input_zp: 111, - weight_zp: 0 - }, - inputs: [ - "input-0", - "const-1", - "const-2" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 9, - 21, - 14, - 1 - ], - type: "INT8" - }, - { - name: "const-1", - shape: [ - 1, - 2, - 1, - 1, - 1 - ], - type: "INT4", - data: [ - 86 - ] - }, - { - name: "const-2", - shape: [ - 1 - ], - type: "INT32", - data: [ - 200, - 194, - 173, - 232 - ] - }, - { - name: "result-0", - shape: [ - 1, - 8, - 22, - 8, - 1 - ], - type: "INT32" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1