aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json
blob: cddd4ce3cf52322e341fe9bff8b81f401b82659a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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",
  "profile": [
    "tosa-bi",
    "tosa-mi"
  ]
}