docs/docsgen/source/api/numpy_helper.md
.. currentmodule:: onnx.numpy_helper
.. autosummary::
from_array
from_dict
from_list
from_optional
to_array
to_dict
to_list
to_optional
(l-numpy-helper-onnx-array)=
.. autofunction:: onnx.numpy_helper.from_array
.. autofunction:: onnx.numpy_helper.to_array
Arrays with data types not supported natively by NumPy will be return with ml_dtypes dtypes.
.. autofunction:: onnx.numpy_helper.to_list
.. autofunction:: onnx.numpy_helper.from_list
.. autofunction:: onnx.numpy_helper.to_dict
.. autofunction:: onnx.numpy_helper.from_dict
.. autofunction:: onnx.numpy_helper.to_optional
.. autofunction:: onnx.numpy_helper.from_optional