summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_033.workflow.json
blob: 2edd5a896065bbaaaf45c9d03322b0df45df35e5 (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
34
35
36
37
38
39
40
41
42
{
    "workflows": [
        "wf"
    ],
    "wf": {
        "steps": [
            "import",
            "optimize",
            "quantize",
            "pack"
        ],
        "import": {
            "one-cmd": "one-import-tflite",
            "commands": {
                "input_path": "inception_v3.tflite",
                "output_path": "inception_v3.onecc_033.circle"
            }
        },
        "optimize": {
            "one-cmd": "one-optimize",
            "commands": {
                "input_path": "inception_v3.onecc_033.circle",
                "output_path": "inception_v3.opt.circle"
            }
        },
        "quantize": {
            "one-cmd": "one-quantize",
            "commands": {
                "input_path": "inception_v3.onecc_033.circle",
                "output_path": "inception_v3.quantized.circle",
                "input_data": "inception_v3_test_data.h5"
            }
        },
        "pack": {
            "one-cmd": "one-pack",
            "commands": {
                "input_path": "inception_v3.quantized.circle",
                "output_path": "inception_v3_pkg"
            }
        }
    }
}