aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/desc.json
blob: 7a69c373c09fad3428a56d803407ae52451304b0 (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": "Cond graph output is not a match list of booleans"
}