aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-24 18:17:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 18:22:20 -0700
commitb26553dc1f461e388963efcec9e77f5a1f61c093 (patch)
tree2a0cbfde6273e9c377e035d84c4b0edc163bd18c /tensorflow/go
parentd25731fa83657e3d1eaef08d3afc628eb6bfa8b5 (diff)
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 210188468
Diffstat (limited to 'tensorflow/go')
-rw-r--r--tensorflow/go/op/wrappers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go
index de096acc4d..0aba0393af 100644
--- a/tensorflow/go/op/wrappers.go
+++ b/tensorflow/go/op/wrappers.go
@@ -23396,6 +23396,8 @@ func TensorListSetItem(scope *Scope, input_handle tf.Output, index tf.Output, it
// Computes the matrix exponential of one or more square matrices:
//
+// DEPRECATED at GraphDef version 27: Use Python implementation tf.linalg.matrix_exponential instead.
+//
// \\(exp(A) = \sum_{n=0}^\infty A^n/n!\\)
//
// The exponential is computed using a combination of the scaling and squaring