summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/onecc_036.workflow.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/one-cmds/tests/onecc_036.workflow.json')
-rw-r--r--compiler/one-cmds/tests/onecc_036.workflow.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/compiler/one-cmds/tests/onecc_036.workflow.json b/compiler/one-cmds/tests/onecc_036.workflow.json
new file mode 100644
index 000000000..5fa29edb5
--- /dev/null
+++ b/compiler/one-cmds/tests/onecc_036.workflow.json
@@ -0,0 +1,18 @@
+{
+ "workflows": [
+ "wf"
+ ],
+ "wf": {
+ "steps": [
+ "import"
+ ],
+ "import": {
+ "one-cmd": "one-import-onnx",
+ "commands": {
+ "input_path": "test_onnx_model.onnx",
+ "output_path": "test_onnx_model.circle",
+ "save_intermediate": "True"
+ }
+ }
+ }
+}