From 5e411cdf85cf54c489d9ebd76af67abb650396e3 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:58:33 +0100 Subject: Updating DEPTHWISE_CONV2D_2X2 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ib44cf6ce59c7e80781f202326904fa29f34d567a --- .../desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x4x65537x1_i8xi8_acci32_st11_pad1010_dilat11/desc.json (limited to 'operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x4x65537x1_i8xi8_acci32_st11_pad1010_dilat11/desc.json') diff --git a/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x4x65537x1_i8xi8_acci32_st11_pad1010_dilat11/desc.json b/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x4x65537x1_i8xi8_acci32_st11_pad1010_dilat11/desc.json new file mode 100644 index 000000000..7b8f68902 --- /dev/null +++ b/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x4x65537x1_i8xi8_acci32_st11_pad1010_dilat11/desc.json @@ -0,0 +1,24 @@ +{ + "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