From c4c927cb3048109d3e302e966da3663a92264f8c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 11 Jan 2017 22:38:25 -0800 Subject: [PATCH] Update generated Python Op docs. Change: 144289849 --- .../shard0/tf.train.limit_epochs.md | 2 +- .../shard2/tf.train.shuffle_batch.md | 2 +- .../shard3/tf.train.range_input_producer.md | 2 +- .../functions_and_classes/shard8/tf.train.batch.md | 2 +- .../shard9/tf.train.input_producer.md | 2 +- .../shard9/tf.train.string_input_producer.md | 2 +- tensorflow/g3doc/api_docs/python/io_ops.md | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.train.limit_epochs.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.train.limit_epochs.md index 8489c9ed62f..bcd9d32c30c 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.train.limit_epochs.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.train.limit_epochs.md @@ -2,7 +2,7 @@ Returns tensor `num_epochs` times and then raises an `OutOfRange` error. -Note: creates local counter `epochs`. Use `local_variable_initializer()` to +Note: creates local counter `epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.train.shuffle_batch.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.train.shuffle_batch.md index fc65502ce8c..1da7793d58e 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.train.shuffle_batch.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.train.shuffle_batch.md @@ -53,7 +53,7 @@ In addition, all output tensors' static shapes, as accessed via the operations that depend on fixed batch_size would fail. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.train.range_input_producer.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.train.range_input_producer.md index e6ea66a9e2b..51fac958eca 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.train.range_input_producer.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.train.range_input_producer.md @@ -3,7 +3,7 @@ Produces the integers from 0 to limit-1 in a queue. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.train.batch.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.train.batch.md index b5fca20989f..965f4f2eeff 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.train.batch.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.train.batch.md @@ -47,7 +47,7 @@ In addition, all output tensors' static shapes, as accessed via the operations that depend on fixed batch_size would fail. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.input_producer.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.input_producer.md index c60ad774f43..c98eed194ec 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.input_producer.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.input_producer.md @@ -3,7 +3,7 @@ Output the rows of `input_tensor` to a queue for an input pipeline. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.string_input_producer.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.string_input_producer.md index f3e9f09ac59..1aba482ef09 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.string_input_producer.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.train.string_input_producer.md @@ -3,7 +3,7 @@ Output strings (e.g. filenames) to a queue for an input pipeline. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/io_ops.md b/tensorflow/g3doc/api_docs/python/io_ops.md index 6e645ecd8dd..f4ebe712a2a 100644 --- a/tensorflow/g3doc/api_docs/python/io_ops.md +++ b/tensorflow/g3doc/api_docs/python/io_ops.md @@ -2910,7 +2910,7 @@ Save the list of files matching pattern, so it is only computed once. Returns tensor `num_epochs` times and then raises an `OutOfRange` error. -Note: creates local counter `epochs`. Use `local_variable_initializer()` to +Note: creates local counter `epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: @@ -2938,7 +2938,7 @@ initialize local variables. Output the rows of `input_tensor` to a queue for an input pipeline. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: @@ -2983,7 +2983,7 @@ Note: if `num_epochs` is not `None`, this function creates local counter Produces the integers from 0 to limit-1 in a queue. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: @@ -3052,7 +3052,7 @@ is added to the current `Graph`'s `QUEUE_RUNNER` collection. Output strings (e.g. filenames) to a queue for an input pipeline. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: @@ -3156,7 +3156,7 @@ In addition, all output tensors' static shapes, as accessed via the operations that depend on fixed batch_size would fail. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: @@ -3422,7 +3422,7 @@ In addition, all output tensors' static shapes, as accessed via the operations that depend on fixed batch_size would fail. Note: if `num_epochs` is not `None`, this function creates local counter -`epochs`. Use `local_variable_initializer()` to initialize local variables. +`epochs`. Use `local_variables_initializer()` to initialize local variables. ##### Args: