From 0a704c08b681fd3bb965a6a626d96f9ecca30477 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Tue, 31 Mar 2020 15:01:16 -0700 Subject: [PATCH] Closing backticks were not there breaking the website's view. PiperOrigin-RevId: 304053545 Change-Id: I1fefee6c499c49b1a7f08be0a91e2245600c588e --- tensorflow/python/ops/linalg/linear_operator_householder.py | 1 + tensorflow/python/ops/linalg/linear_operator_permutation.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tensorflow/python/ops/linalg/linear_operator_householder.py b/tensorflow/python/ops/linalg/linear_operator_householder.py index ae112bc3ea0..142d48c5331 100644 --- a/tensorflow/python/ops/linalg/linear_operator_householder.py +++ b/tensorflow/python/ops/linalg/linear_operator_householder.py @@ -64,6 +64,7 @@ class LinearOperatorHouseholder(linear_operator.LinearOperator): x = ... Shape [2, 4] Tensor operator.matmul(x) ==> Shape [2, 4] Tensor + ``` #### Shape compatibility diff --git a/tensorflow/python/ops/linalg/linear_operator_permutation.py b/tensorflow/python/ops/linalg/linear_operator_permutation.py index b705f0a077d..3a44cd5ef1b 100644 --- a/tensorflow/python/ops/linalg/linear_operator_permutation.py +++ b/tensorflow/python/ops/linalg/linear_operator_permutation.py @@ -75,6 +75,7 @@ class LinearOperatorPermutation(linear_operator.LinearOperator): x = ... Shape [3, 4] Tensor operator.matmul(x) ==> Shape [3, 4] Tensor + ``` #### Shape compatibility