aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x20x20x16_i32_iter1/desc.json
blob: 04f126fe32e13edd27bc7740281b8fb1b4252cf0 (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 body graph input"
}