module __main__#

Short summary#

module onnxcustom.__main__

Implements command line python -m onnxcustom <command> <args>.

source on GitHub

Functions#

function

truncated documentation

main

Implements python -m onnxcustom <command> <args>.

Documentation#

Implements command line python -m onnxcustom <command> <args>.

source on GitHub

onnxcustom.__main__.main(args, fLOG=<built-in function print>)#

Implements python -m onnxcustom <command> <args>.

Parameters:
  • args – command line arguments

  • fLOG – logging function

source on GitHub