summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_037.workflow.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/one-cmds/tests/onecc_037.workflow.json')
-rw-r--r--compiler/one-cmds/tests/onecc_037.workflow.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/compiler/one-cmds/tests/onecc_037.workflow.json b/compiler/one-cmds/tests/onecc_037.workflow.json
new file mode 100644
index 000000000..ebd6b34d6
--- /dev/null
+++ b/compiler/one-cmds/tests/onecc_037.workflow.json
@@ -0,0 +1,29 @@
+{
+ "workflows": [
+ "SIMPLE_WORKFLOW"
+ ],
+ "SIMPLE_WORKFLOW": {
+ "steps": [
+ "IMPORT",
+ "OPTIMIZE"
+ ],
+ "IMPORT": {
+ "one-cmd": "one-import-tf",
+ "commands": {
+ "input_path": "inception_v3.pb",
+ "output_path": "inception_v3.onecc_037.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.onecc_037.circle",
+ "output_path": "inception_v3.opt.circle"
+ }
+ }
+ }
+}