aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-31 11:00:19 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-31 11:07:30 -0700
commit9b7e05a6f643ba41fae86e2081c31634262146e2 (patch)
tree0854293f53a094e85ead8bc61cd1e8bf910aadf1 /tensorflow
parent863163067ad38e093ae7c4557c5065f589eef70c (diff)
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 167160397
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/go/op/wrappers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go
index 0781347fd6..9583ffb38b 100644
--- a/tensorflow/go/op/wrappers.go
+++ b/tensorflow/go/op/wrappers.go
@@ -20306,7 +20306,7 @@ func Prod(scope *Scope, input tf.Output, reduction_indices tf.Output, optional .
// gradients: The backpropagated gradients to the corresponding softsign operation.
// features: The features passed as input to the corresponding softsign operation.
//
-// Returns The gradients: `gradients / (1 + abs(-features)) ** 2`.
+// Returns The gradients: `gradients / (1 + abs(features)) ** 2`.
func SoftsignGrad(scope *Scope, gradients tf.Output, features tf.Output) (backprops tf.Output) {
if scope.Err() != nil {
return