aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md
index ff34b6eeb1..3cc1e1ac0a 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.constant.md
@@ -1,4 +1,4 @@
-### `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.
@@ -44,6 +44,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.