Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / one-cmds / tests / onecc_neg_036.workflow.json
1 {
2     "workflows": [
3         "profile_wf"
4     ],
5     "profile_wf": {
6         "steps": [
7             "import_tf",
8             "profile"
9         ],
10         "import_tf": {
11             "one-cmd": "one-import-tf",
12             "commands": {
13                 "input_path": "inception_v3.pb",
14                 "output_path": "inception_v3.onecc_neg_036.circle",
15                 "input_arrays": "input",
16                 "input_shapes": "1,299,299,3",
17                 "output_arrays": "InceptionV3/Predictions/Reshape_1",
18                 "converter_version": "v2"
19             }
20         },
21         "profile": {
22             "one-cmd": "one-profile",
23             "commands": {
24                 "backend": "dummy",
25                 "command": "dummy.bin"
26             }
27         }
28     }
29 }