aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-03-17 11:09:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-18 08:45:11 -0700
commit4b1ac01f6cc709a613e31039eea83fb90c847605 (patch)
tree2ba885558a9fd4725921fef6beef1920e956136a
parent4f947f4e71aa02f316e7eb1fc05d7cc9c1828435 (diff)
fix doc of enqueue_many
Change: 117471008
-rw-r--r--tensorflow/python/ops/data_flow_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/data_flow_ops.py b/tensorflow/python/ops/data_flow_ops.py
index cba8daa368..0b6125dfd6 100644
--- a/tensorflow/python/ops/data_flow_ops.py
+++ b/tensorflow/python/ops/data_flow_ops.py
@@ -218,7 +218,7 @@ class QueueBase(object):
return gen_data_flow_ops._queue_enqueue(self._queue_ref, vals, name=scope)
def enqueue_many(self, vals, name=None):
- """Enqueues zero or elements to this queue.
+ """Enqueues zero or more elements to this queue.
This operation slices each component tensor along the 0th dimension to
make multiple queue elements. All of the tensors in `vals` must have the