File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ DistanceExecution
31
31
.. autoclass :: onnx_array_api.reference.DistanceExecution
32
32
:members:
33
33
34
- compare_execution
35
- +++++++++++++++++
34
+ compare_onnx_execution
35
+ ++++++++++++++++++++++
36
36
37
- .. autofunction :: onnx_array_api.reference.compare_execution
37
+ .. autofunction :: onnx_array_api.reference.compare_onnx_execution
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Output example::
28
28
29
29
.. runpython ::
30
30
31
- from onnx_extended ._command_lines_parser import get_parser_compare
31
+ from onnx_array_api ._command_lines_parser import get_parser_compare
32
32
get_parser_compare().print_help()
33
33
34
34
See function :func: `onnx_array_api.reference.compare_onnx_execution `.
@@ -48,5 +48,5 @@ Output example::
48
48
49
49
.. runpython ::
50
50
51
- from onnx_extended ._command_lines_parser import get_parser_translate
51
+ from onnx_array_api ._command_lines_parser import get_parser_translate
52
52
get_parser_translate().print_help()
You can’t perform that action at this time.
0 commit comments