summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_neg_019.workflow.json
blob: 995c6bf4a2da5ff2a7691a91ac8c2b56326a3b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "workflows": [
        "MY_WORKFLOW"
    ],
    "MY_WORKFLOW": {
        "steps": [
            "IMPORT_TF"
        ],
        "IMPORT_TF": {
            "one-cmddddddddd": "one-import-tf",
            "commands": {
                "input_path": "inception_v3.pb",
                "output_path": "inception_v3.onecc_neg_019.circle",
                "input_arrays": "input",
                "input_shapes": "1,299,299,3",
                "output_arrays": "InceptionV3/Predictions/Reshape_1",
                "converter_version": "v2"
            }
        }
    }
}