.. _f-onnxexporttemplates: 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 | +================================================================================================+====================================================================+ | :func:`_private_get_file ` | Retrieves one template. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_cpp_template ` | Template to export :epkg:`ONNX` into a C++ code. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_numpy_template ` | Template to export :epkg:`ONNX` into :epkg:`numpy` code. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_onnx_template ` | Template to export :epkg:`ONNX` into :epkg:`onnx` code. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_python_template ` | Template to export :epkg:`ONNX` into a python code. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_tf2onnx_template ` | Template to export :epkg:`ONNX` into :epkg:`tensorflow-onnx` code. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :func:`get_xop_template ` | Template to export :epkg:`ONNX` into a code based on XOP API. | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_tools.onnx_export_templates :members: :special-members: __init__ :show-inheritance: