aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphOutputMismatch_15x6_i32_iter0/desc.json
blob: 420d32858af2c7d18c2a0e3db07694d6cfd7f52e (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 output"
}