Skip to content
Merged
Prev Previous commit
doc
  • Loading branch information
xadupre committed Feb 6, 2024
commit 04418d4b584139c08788735b0da4ded4abd24c49
6 changes: 3 additions & 3 deletions _doc/api/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DistanceExecution
.. autoclass:: onnx_array_api.reference.DistanceExecution
:members:

compare_execution
+++++++++++++++++
compare_onnx_execution
++++++++++++++++++++++

.. autofunction:: onnx_array_api.reference.compare_execution
.. autofunction:: onnx_array_api.reference.compare_onnx_execution
4 changes: 2 additions & 2 deletions _doc/command_lines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Output example::

.. runpython::

from onnx_extended._command_lines_parser import get_parser_compare
from onnx_array_api._command_lines_parser import get_parser_compare
get_parser_compare().print_help()

See function :func:`onnx_array_api.reference.compare_onnx_execution`.
Expand All @@ -48,5 +48,5 @@ Output example::

.. runpython::

from onnx_extended._command_lines_parser import get_parser_translate
from onnx_array_api._command_lines_parser import get_parser_translate
get_parser_translate().print_help()