From 874bb4fe493b2958a21e9a84c22828e82d4ff167 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 16 Nov 2022 14:39:55 +0000 Subject: Updating conformance files for BF16 support Signed-off-by: Jeremy Johnson Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d --- .../desc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/desc.json (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/desc.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/desc.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/desc.json new file mode 100644 index 000000000..c2dcd4899 --- /dev/null +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/desc.json @@ -0,0 +1,22 @@ +{ + "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": 2, + "expected_failure": true, + "expected_failure_desc": "Parameters do not yield exact integer output dimensions", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1