summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_036.workflow.json
blob: 5fa29edb54df8a1f2d5a99d2827918f7deef4155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "workflows": [
        "wf"
    ],
    "wf": {
        "steps": [
            "import"
        ],
        "import": {
            "one-cmd": "one-import-onnx",
            "commands": {
                "input_path": "test_onnx_model.onnx",
                "output_path": "test_onnx_model.circle",
                "save_intermediate": "True"
            }
        }
    }
}