aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json')
-rw-r--r--operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json
new file mode 100644
index 000000000..bbbe71b2e
--- /dev/null
+++ b/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json
@@ -0,0 +1,20 @@
+{
+ "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": 2,
+ "expected_failure": true,
+ "expected_failure_desc": "Rank not supported for this operator"
+} \ No newline at end of file