summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_neg_023.workflow.json
blob: 056e704fd0fe6b6758022d414ff7105f520c4447 (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
{
    "workflows": [
        "WITH_OPT"
    ],
    "WITH_OPT": {
        "steps": [
            "IMPORT_TF",
            "OPTIMIZE"
        ],
        "IMPORT_TF": {
            "one-cmd": "one-import-tf",
            "commands": {
                "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"
            }
        },
        "OPTIMIZE": {
            "one-cmd": "one-optimize",
            "commands": {
                "input_path": "inception_v3.circle",
                "output_path": "inception_v3.opt.circle",
                "change_outputs": "non_existing_node_name"
            }
        }
    }
}