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 |
|---|---|
Retrieves one template. |
|
Template to export ONNX into tensorflow-onnx code. |
|
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.
- mlprodict.onnx_tools.onnx_export_templates._get_file(name)#
Retrieves one template.
- mlprodict.onnx_tools.onnx_export_templates._private_get_file(name)#
Retrieves one template.
- mlprodict.onnx_tools.onnx_export_templates.get_numpy_template()#
- mlprodict.onnx_tools.onnx_export_templates.get_onnx_template()#
- mlprodict.onnx_tools.onnx_export_templates.get_tf2onnx_template()#
Template to export ONNX into tensorflow-onnx code.