aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListCondGraphMismatch_28x5x28x25_i32_iter4/desc.json
blob: 5523314d6cd67d0691adf58af3952c4fc569fb60 (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 cond graph"
}