aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/desc.json
blob: ec47956f3b1de622d70df3003589ffd2c4048144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "tosa_file": "test.json",
  "ifm_name": [
    "input-1",
    "input-2"
  ],
  "ifm_file": [
    "input-1.npy",
    "input-2.npy"
  ],
  "ofm_name": [
    "layer-3"
  ],
  "ofm_file": [
    "layer-3.npy"
  ],
  "expected_return_code": 2,
  "expected_failure": true,
  "expected_failure_desc": "Input list does not match output list"
}