summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_neg_020.workflow.json
blob: d3446d38fca4cb0786781eb9c366c0da03418177 (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-cmd": "one-import-tf",
            "commandssssssssss": {
                "input_path": "inception_v3.pb",
                "output_path": "inception_v3.circle",
                "input_arrays": "input",
                "input_shapes": "1,299,299,3",
                "output_arrays": "InceptionV3/Predictions/Reshape_1",
                "converter_version": "v2"
            }
        }
    }
}