module __main__#

Short summary#

module deeponnxcustom.__main__

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

source on GitHub

Functions#

function

truncated documentation

main

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

Documentation#

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

source on GitHub

deeponnxcustom.__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