Skip to content

Commit 3d35f3f

Browse files
committed
doc
1 parent 64cdc47 commit 3d35f3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

onnx_array_api/reference/evaluator_yield.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def enumerate_summarized(
238238
239239
:param output_names: requested outputs by names, None for all
240240
:param feed_inputs: dictionary `{ input name: input value }`
241-
:param raise_exc: raises an exception if the execution fails or stop
242-
where it is
241+
:param raise_exc: raises an exception if the execution fails or stop where it is
243242
:param keep_tensor: keep the tensor in order to compute precise distances
244243
:return: iterator on ResultExecution
245244
"""

0 commit comments

Comments
 (0)