From 1d38be721ba973a64bf4ea54d1d4c17c6038625e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:58:06 +0100 Subject: Updating DEPTHWISE_CONV2D_1X1 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I26e9584a440eafcfb300c11f2cb69081aa33b9bb --- .../desc.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_1x65532x2x1_i8xi4_st11_pad0011_dilat11/desc.json (limited to 'operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_1x65532x2x1_i8xi4_st11_pad0011_dilat11/desc.json') diff --git a/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_1x65532x2x1_i8xi4_st11_pad0011_dilat11/desc.json b/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_1x65532x2x1_i8xi4_st11_pad0011_dilat11/desc.json deleted file mode 100644 index 7b8f68902..000000000 --- a/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_1x65532x2x1_i8xi4_st11_pad0011_dilat11/desc.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "tosa_file": "test.json", - "ifm_name": [ - "input-0" - ], - "ifm_file": [ - "input-0.npy" - ], - "ofm_name": [ - "result-0" - ], - "ofm_file": [ - "result-0.npy" - ], - "expected_return_code": 0, - "expected_failure": false, - "expected_result_file": [ - "Conformance-result-0.npy" - ], - "profile": [ - "tosa-bi", - "tosa-mi" - ] -} \ No newline at end of file -- cgit v1.2.1