module onnx_tools.onnx_export_templates#

Short summary#

module mlprodict.onnx_tools.onnx_export_templates

Templates to export an ONNX graph in a way it can we created again with a python script.

Functions#

function

truncated documentation

_private_get_file

Retrieves one template.

get_cpp_template

Template to export ONNX into a C++ code.

get_numpy_template

Template to export ONNX into numpy code.

get_onnx_template

Template to export ONNX into onnx code.

get_python_template

Template to export ONNX into a python code.

get_tf2onnx_template

Template to export ONNX into tensorflow-onnx code.

get_xop_template

Template to export ONNX into a code based on XOP API.

Documentation#

Templates to export an ONNX graph in a way it can we created again with a python script.

New in version 0.7.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates._get_file(name)#

Retrieves one template.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates._private_get_file(name)#

Retrieves one template.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_cpp_template()#

Template to export ONNX into a C++ code.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_numpy_template()#

Template to export ONNX into numpy code.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_onnx_template()#

Template to export ONNX into onnx code.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_python_template()#

Template to export ONNX into a python code.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_tf2onnx_template()#

Template to export ONNX into tensorflow-onnx code.

source on GitHub

mlprodict.onnx_tools.onnx_export_templates.get_xop_template()#

Template to export ONNX into a code based on XOP API.

source on GitHub