Skip to content

Commit

Permalink
Introduce intentional failure
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jul 17, 2024
1 parent abacd6f commit c29a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ partial interface MLGraphBuilder {
If true, retains reduced dimensions with [=list/size=] 1.
</dl>

<div dfn-for="MLGraphBuilder/argMin(input, options), MLGraphBuilder/argMax(input, options)" dfn-type=argument>
<div dfn-for="MLGraphBuilder/argMin(inputx, options), MLGraphBuilder/argMax(input, options)" dfn-type=argument>
**Arguments:**
- <dfn>input</dfn>: an {{MLOperand}}. The input N-D tensor.
- <dfn>options</dfn>: an optional {{MLArgMinMaxOptions}}. The optional parameters of the operation.
Expand Down

0 comments on commit c29a76c

Please sign in to comment.