Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Jun 5, 2024
1 parent 73dd98c commit 1181578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/faq/universal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following table shows examples of universal einx functions that implement th
* - ``einx.get_at``
- ``torch.gather`` ``torch.index_select`` ``torch.take`` ``torch.take_along_dim`` ``tf.gather`` ``tf.gather_nd`` ``tensor[coords]``
* - ``einx.dot`` (similar to einsum)
- ``np.matmul`` ``np.dot`` ``np.tensordot`` ``np.inner`` ``np.outer``
- ``np.matmul`` ``np.dot`` ``np.tensordot`` ``np.inner``
* - ``einx.add``
- ``np.add`` with ``np.newaxis``
* - ``einx.rearrange``
Expand Down

0 comments on commit 1181578

Please sign in to comment.