From 922c45c63305c2ab4eb44598020f4c99a377eb6a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:29 +0100 Subject: Updating DEPTHWISE_CONV2D_5X5 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I8d2bb6bb60de1521c84833753b14710cfe153363 --- .../test.json | 172 --------------------- 1 file changed, 172 deletions(-) delete mode 100644 operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json (limited to 'operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json') diff --git a/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json b/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json deleted file mode 100644 index 64bbfb9a7..000000000 --- a/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json +++ /dev/null @@ -1,172 +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: "DEPTHWISE_CONV2D", - attribute_type: "ConvAttribute", - attribute: { - pad: [ - 1, - 1, - 1, - 0 - ], - stride: [ - 1, - 1 - ], - dilation: [ - 1, - 1 - ], - input_zp: 34, - weight_zp: 70 - }, - inputs: [ - "input-0", - "const-1", - "const-2" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 4, - 65537, - 1 - ], - type: "INT8" - }, - { - name: "const-1", - shape: [ - 5, - 5, - 1, - 2 - ], - type: "INT8", - data: [ - 215, - 220, - 146, - 171, - 91, - 239, - 233, - 172, - 254, - 71, - 223, - 58, - 100, - 136, - 242, - 52, - 86, - 178, - 96, - 54, - 138, - 94, - 112, - 53, - 157, - 41, - 100, - 226, - 158, - 86, - 33, - 237, - 210, - 175, - 71, - 49, - 58, - 252, - 98, - 63, - 34, - 51, - 147, - 203, - 227, - 230, - 110, - 157, - 54, - 59 - ] - }, - { - name: "const-2", - shape: [ - 2 - ], - type: "INT32", - data: [ - 156, - 48, - 83, - 193, - 231, - 255, - 210, - 232 - ] - }, - { - name: "result-0", - shape: [ - 1, - 2, - 65534, - 2 - ], - type: "INT32" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1