summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_031.workflow.json
blob: 7018ca6ebd678e6e2778679851fb51720a850dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "workflows": [
        "wf"
    ],
    "wf": {
        "steps": [
            "import",
            "optimize",
            "codegen"
        ],
        "import": {
            "one-cmd": "one-import-tflite",
            "commands": {
                "input_path": "inception_v3.tflite",
                "output_path": "inception_v3.onecc_031.circle"
            }
        },
        "optimize": {
            "one-cmd": "one-optimize",
            "commands": {
                "input_path": "inception_v3.onecc_031.circle",
                "output_path": "inception_v3.opt.circle"
            }
        },
        "codegen": {
            "one-cmd": "one-codegen",
            "commands": {
                "backend": "dummy",
                "command": "-o sample.tvn inception_v3.opt.circle"
            }
        }
    }
}