Fix python annotation.
PiperOrigin-RevId: 241941951
This commit is contained in:
parent
123e0d56cd
commit
270a640994
@ -182,6 +182,7 @@ def einsum(equation, *inputs, **kwargs):
|
|||||||
|
|
||||||
To enable and control broadcasting, use an ellipsis. For example, to do
|
To enable and control broadcasting, use an ellipsis. For example, to do
|
||||||
batch matrix multiplication, you could use:
|
batch matrix multiplication, you could use:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> einsum('...ij,...jk->...ik', u, v)
|
>>> einsum('...ij,...jk->...ik', u, v)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user