Closing backticks were not there breaking the website's view.
PiperOrigin-RevId: 304053545 Change-Id: I1fefee6c499c49b1a7f08be0a91e2245600c588e
This commit is contained in:
parent
8f9bbf617a
commit
0a704c08b6
@ -64,6 +64,7 @@ class LinearOperatorHouseholder(linear_operator.LinearOperator):
|
||||
x = ... Shape [2, 4] Tensor
|
||||
operator.matmul(x)
|
||||
==> Shape [2, 4] Tensor
|
||||
```
|
||||
|
||||
#### Shape compatibility
|
||||
|
||||
|
@ -75,6 +75,7 @@ class LinearOperatorPermutation(linear_operator.LinearOperator):
|
||||
x = ... Shape [3, 4] Tensor
|
||||
operator.matmul(x)
|
||||
==> Shape [3, 4] Tensor
|
||||
```
|
||||
|
||||
#### Shape compatibility
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user