summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_neg_031.workflow.json
blob: d323cc94fb7d997cd5f3eb8ded12d9b1a9474a58 (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
{
    "workflows": [
        "codegen_wf"
    ],
    "codegen_wf": {
        "steps": [
            "import_tf",
            "codegen"
        ],
        "import_tf": {
            "one-cmd": "one-import-tf",
            "commands": {
                "input_path": "inception_v3.pb",
                "output_path": "inception_v3.onecc_neg_031.circle",
                "input_arrays": "input",
                "input_shapes": "1,299,299,3",
                "output_arrays": "InceptionV3/Predictions/Reshape_1",
                "converter_version": "v2"
            }
        },
        "codegen": {
            "one-cmd": "one-codegen",
            "commands": {
                "backend": "dummy",
                "command": "-o sample.tvn inception_v3.onecc_neg_031.circle"
            }
        }
    }
}