aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md
new file mode 100644
index 0000000000..a229253406
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.shape_n.md
@@ -0,0 +1,16 @@
+### `tf.shape_n(input, name=None)` {#shape_n}
+
+Returns shape of tensors.
+
+This operation returns N 1-D integer tensors representing shape of `input[i]s`.
+
+##### Args:
+
+
+* <b>`input`</b>: A list of at least 1 `Tensor` objects of the same type.
+* <b>`name`</b>: A name for the operation (optional).
+
+##### Returns:
+
+ A list with the same number of `Tensor` objects as `input` of `Tensor` objects of type `int32`.
+