module __main__
¶
Short summary¶
module onnxcustom.__main__
Implements command line python -m onnxcustom <command> <args>
.
Functions¶
function |
truncated documentation |
---|---|
Implements |
Documentation¶
Implements command line python -m onnxcustom <command> <args>
.
- onnxcustom.__main__.main(args, fLOG=<built-in function print>)¶
Implements
python -m onnxcustom <command> <args>
.- Parameters
args – command line arguments
fLOG – logging function