module __init__#

Short summary#

module mlprodict

Python runtime for ONNX and others tools to help converting investigate issues with ONNX models.

source on GitHub

Functions#

function

truncated documentation

check

Checks the library is working. It raises an exception. If you want to disable the logs:

get_ir_version

Returns the corresponding IR_VERSION based on the selected opset. See ONNX Version.

load_ipython_extension

To allow the call %load_ext mlprodict

Documentation#

Python runtime for ONNX and others tools to help converting investigate issues with ONNX models.

source on GitHub

mlprodict.check(log=False)#

Checks the library is working. It raises an exception. If you want to disable the logs:

Parameters:

log – if True, display information, otherwise

Returns:

0 or exception

source on GitHub

mlprodict.get_ir_version(opv)#

Returns the corresponding IR_VERSION based on the selected opset. See ONNX Version.

Parameters:

opv – opset

Returns:

runtime version

source on GitHub

mlprodict.load_ipython_extension(ip)#

To allow the call %load_ext mlprodict

Parameters:

ip – from get_ipython()

source on GitHub