From 5a73ed4cf5fc5e1134aac4847db26a36dc774695 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:07:20 +0100 Subject: Updating CONV2D_1X1 tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Ie2a1916acd5e0a09e4d4a63da18116eda9a41b74 --- .../desc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_st11_pad0090_dilat22/desc.json (limited to 'operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_st11_pad0090_dilat22/desc.json') diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_st11_pad0090_dilat22/desc.json b/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_st11_pad0090_dilat22/desc.json new file mode 100644 index 000000000..3cd43b509 --- /dev/null +++ b/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_st11_pad0090_dilat22/desc.json @@ -0,0 +1,20 @@ +{ + "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" + ] +} \ No newline at end of file -- cgit v1.2.1