aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ops.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-24 17:55:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 18:01:42 -0700
commit35e36ec42f821157c2468c1ebb4d8512478f606b (patch)
tree1206aadade69914e379b5b5e91cde1c26d7a15e6 /tensorflow/core/ops/ops.pbtxt
parent481266fa991ca2b08221214f535c6a8c546e2350 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 210186531
Diffstat (limited to 'tensorflow/core/ops/ops.pbtxt')
-rw-r--r--tensorflow/core/ops/ops.pbtxt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index e35fd73b09..9091622f09 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -15046,6 +15046,10 @@ op {
}
}
}
+ deprecation {
+ version: 27
+ explanation: "Use Python implementation tf.linalg.matrix_exponential instead."
+ }
}
op {
name: "MatrixInverse"