aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/nn.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/nn.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/nn.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/nn.md b/tensorflow/g3doc/api_docs/python/nn.md
index 4f4292ff5e..8cb1f96e09 100644
--- a/tensorflow/g3doc/api_docs/python/nn.md
+++ b/tensorflow/g3doc/api_docs/python/nn.md
@@ -139,7 +139,8 @@ kept independently and each row and column will be kept or not kept together.
* <b>`x`</b>: A tensor.
-* <b>`keep_prob`</b>: A Python float. The probability that each element is kept.
+* <b>`keep_prob`</b>: A scalar `Tensor` with the same type as x. The probability
+ that each element is kept.
* <b>`noise_shape`</b>: A 1-D `Tensor` of type `int32`, representing the
shape for randomly generated keep/drop flags.
* <b>`seed`</b>: A Python integer. Used to create random seeds. See