Skip to content

Commit

Permalink
in dot docstring, format and link to dot_general
Browse files Browse the repository at this point in the history
  • Loading branch information
froystig committed Aug 11, 2024
1 parent 9e86416 commit c54ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/lax/lax.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def dot(lhs: Array, rhs: Array, precision: PrecisionLike = None,
<https://www.tensorflow.org/xla/operation_semantics#dot>`_
operator.
For more general contraction, see the `dot_general` operator.
For more general contraction, see the :func:`jax.lax.dot_general` operator.
Args:
lhs: an array of dimension 1 or 2.
Expand Down

0 comments on commit c54ffd4

Please sign in to comment.