module __init__#

Short summary#

module onnxcustom

Experimentation with ONNX, examples.

source on GitHub

Functions#

function

truncated documentation

check

Runs a couple of functions to check the module is working.

get_max_opset

Returns the highest available onnx opset version.

Documentation#

Experimentation with ONNX, examples.

source on GitHub

onnxcustom.check(verbose=1)#

Runs a couple of functions to check the module is working.

Parameters:

verbose – 0 to hide the standout output

Returns:

list of dictionaries, result of each test

source on GitHub

onnxcustom.get_max_opset()#

Returns the highest available onnx opset version.

source on GitHub