aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-16 13:39:57 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-16 13:46:36 -0800
commit93411a010af67c4d6c233245dd0acc4d43e01cdd (patch)
tree713533b1c2e10952af893cfc9eaa113e7186615b /tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md
parent54afc49e09b4b24b166cbad8c115f794c149c06f (diff)
Update generated Python Op docs.
Change: 139372651
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md
index c0faef9687..0e8db897c6 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.nn.softplus.md
@@ -5,10 +5,10 @@ Computes softplus: `log(exp(features) + 1)`.
##### Args:
-* <b>`features`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`features`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Tensor`. Has the same type as `features`.
+ A `Output`. Has the same type as `features`.