aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/constant_op.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/constant_op.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/constant_op.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/constant_op.md b/tensorflow/g3doc/api_docs/python/constant_op.md
index 41ae54f009..941915e2b1 100644
--- a/tensorflow/g3doc/api_docs/python/constant_op.md
+++ b/tensorflow/g3doc/api_docs/python/constant_op.md
@@ -170,7 +170,7 @@ fill([2, 3], 9) ==> [[9, 9, 9]
- - -
-### `tf.constant(value, dtype=None, shape=None, name='Const')` {#constant}
+### `tf.constant(value, dtype=None, shape=None, name='Const', verify_shape=False)` {#constant}
Creates a constant tensor.
@@ -216,6 +216,9 @@ Creates a constant tensor.
* <b>`name`</b>: Optional name for the tensor.
+
+* <b>`verify_shape`</b>: Boolean that enables verification of a shape of values.
+
##### Returns:
A Constant Tensor.