Closing backticks were not there breaking the website's view.

PiperOrigin-RevId: 304053545
Change-Id: I1fefee6c499c49b1a7f08be0a91e2245600c588e
This commit is contained in:
Yash Katariya 2020-03-31 15:01:16 -07:00 committed by TensorFlower Gardener
parent 8f9bbf617a
commit 0a704c08b6
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class LinearOperatorHouseholder(linear_operator.LinearOperator):
x = ... Shape [2, 4] Tensor
operator.matmul(x)
==> Shape [2, 4] Tensor
```
#### Shape compatibility

View File

@ -75,6 +75,7 @@ class LinearOperatorPermutation(linear_operator.LinearOperator):
x = ... Shape [3, 4] Tensor
operator.matmul(x)
==> Shape [3, 4] Tensor
```
#### Shape compatibility