- Add short form
$ soa4onnx -h
usage:
soa4onnx [-h]
-if INPUT_ONNX_FILE_PATH
-on OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
-of OUTPUT_ONNX_FILE_PATH
[-n]
optional arguments:
-h, --help
show this help message and exit.
-if INPUT_ONNX_FILE_PATH, --input_onnx_file_path INPUT_ONNX_FILE_PATH
Input onnx file path.
-on OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...], --output_op_names OUTPUT_OP_NAMES [OUTPUT_OP_NAMES ...]
Output name to be added to the models output OP.
e.g.
--output_op_names "onnx::Gather_76" "onnx::Add_89"
-of OUTPUT_ONNX_FILE_PATH, --output_onnx_file_path OUTPUT_ONNX_FILE_PATH
Output onnx file path.
-n, --non_verbose
Do not show all information logs. Only error logs are displayed.