Skip to content

1.0.4

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 10 Sep 07:01
· 5 commits to main since this release
  • Add short form soc4onnx
    $ sor4onnx -h
    
    usage:
      sor4onnx [-h]
      -if INPUT_ONNX_FILE_PATH
      -on OLD_NEW OLD_NEW
      -of OUTPUT_ONNX_FILE_PATH
      [-m {full,inputs,outputs}]
      [-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 OLD_NEW OLD_NEW, --old_new OLD_NEW OLD_NEW
          All occurrences of substring old replaced by new.
          e.g. --old_new "onnx::" ""
    
      -of OUTPUT_ONNX_FILE_PATH, --output_onnx_file_path OUTPUT_ONNX_FILE_PATH
          Output onnx file path.
    
      -m {full,inputs,outputs}, --mode {full,inputs,outputs}
          Specifies the type of node to be replaced.
          full or inputs or outputs.
          full: Rename all nodes.
          inputs: Rename only the input node.
          outputs: Rename only the output node.
          Default: full
    
      -n, --non_verbose
          Do not show all information logs. Only error logs are displayed.