From 3829a2bc720bcbdc6cff09889745f46000de0cb4 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:57:30 +0100 Subject: Updating CONV3D_1X1X1 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Iac87401af08d281390b1cc340bd4dd77d5046256 --- .../desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi8_acci32_st118_pad010110_dilat771/desc.json (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi8_acci32_st118_pad010110_dilat771/desc.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi8_acci32_st118_pad010110_dilat771/desc.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi8_acci32_st118_pad010110_dilat771/desc.json new file mode 100644 index 000000000..7b8f68902 --- /dev/null +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x1x3x65536x1_i8xi8_acci32_st118_pad010110_dilat771/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