From de4e6dcbb07513ba86b66bbc8dfab2f54d3e7392 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:55:12 +0100 Subject: Updating CONV2D_1X3 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Id94ad5b57c8841d8948510a879526adf653c5321 --- .../desc.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 operators/tensor/conv2d_1x3/conv2d_1x3_1x11x44x13_i8xi8_st11_pad0990_dilat11/desc.json (limited to 'operators/tensor/conv2d_1x3/conv2d_1x3_1x11x44x13_i8xi8_st11_pad0990_dilat11/desc.json') diff --git a/operators/tensor/conv2d_1x3/conv2d_1x3_1x11x44x13_i8xi8_st11_pad0990_dilat11/desc.json b/operators/tensor/conv2d_1x3/conv2d_1x3_1x11x44x13_i8xi8_st11_pad0990_dilat11/desc.json deleted file mode 100644 index 7b8f68902..000000000 --- a/operators/tensor/conv2d_1x3/conv2d_1x3_1x11x44x13_i8xi8_st11_pad0990_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