@@ -34,32 +34,32 @@ $ sne4onnx -h
34
34
35
35
usage:
36
36
sne4onnx [-h]
37
- --input_onnx_file_path INPUT_ONNX_FILE_PATH
38
- --input_op_names INPUT_OP_NAMES
39
- --output_op_names OUTPUT_OP_NAMES
40
- [--output_onnx_file_path OUTPUT_ONNX_FILE_PATH]
41
- [--non_verbose ]
37
+ -if INPUT_ONNX_FILE_PATH
38
+ -ion INPUT_OP_NAMES
39
+ -oon OUTPUT_OP_NAMES
40
+ [-of OUTPUT_ONNX_FILE_PATH]
41
+ [-n ]
42
42
43
43
optional arguments:
44
44
-h, --help
45
- show this help message and exit.
45
+ show this help message and exit
46
46
47
- --input_onnx_file_path INPUT_ONNX_FILE_PATH
48
- Input onnx file path.
47
+ -if INPUT_ONNX_FILE_PATH, - -input_onnx_file_path INPUT_ONNX_FILE_PATH
48
+ Input onnx file path.
49
49
50
- -- input_op_names INPUT_OP_NAMES
51
- List of OP names to specify for the input layer of the model.
52
- e.g. --input_op_names aaa bbb ccc
50
+ -ion INPUT_OP_NAMES [INPUT_OP_NAMES ...], -- input_op_names INPUT_OP_NAMES [INPUT_OP_NAMES ...]
51
+ List of OP names to specify for the input layer of the model.
52
+ e.g. --input_op_names aaa bbb ccc
53
53
54
- -- output_op_names OUTPUT_OP_NAMES
55
- List of OP names to specify for the output layer of the model.
56
- e.g. --output_op_names ddd eee fff
54
+ -oon OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...], -- output_op_names OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
55
+ List of OP names to specify for the output layer of the model.
56
+ e.g. --output_op_names ddd eee fff
57
57
58
- --output_onnx_file_path OUTPUT_ONNX_FILE_PATH
59
- Output onnx file path. If not specified, extracted.onnx is output.
58
+ -of OUTPUT_ONNX_FILE_PATH, - -output_onnx_file_path OUTPUT_ONNX_FILE_PATH
59
+ Output onnx file path. If not specified, extracted.onnx is output.
60
60
61
- --non_verbose
62
- Do not show all information logs. Only error logs are displayed.
61
+ -n, - -non_verbose
62
+ Do not show all information logs. Only error logs are displayed.
63
63
```
64
64
65
65
## 3. In-script Usage
0 commit comments