From a6ad082a2d12d08b49e0dff675843cba6df7742c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:08:16 +0100 Subject: Updating MATMUL tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I088a6d7f13bda9b10c10f4f381141f0fb93ea18d --- .../tensor/matmul/matmul_1x65532x1_i8/desc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 operators/tensor/matmul/matmul_1x65532x1_i8/desc.json (limited to 'operators/tensor/matmul/matmul_1x65532x1_i8/desc.json') diff --git a/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json b/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json new file mode 100644 index 000000000..be172ba86 --- /dev/null +++ b/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json @@ -0,0 +1,22 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0", + "input-1" + ], + "ifm_file": [ + "input-0.npy", + "input-1.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