aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/input.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Deprecate `tf.train.input_producer()` and related APIs.Gravatar Derek Murray2018-09-05
* Deprecate `tf.train.batch()` and related APIs.Gravatar Derek Murray2018-09-05
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Remove reshape of sparse tensor indices in for maybe_batch.Gravatar A. Unique TensorFlower2018-04-02
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Merge changes from github.Gravatar Michael Case2018-02-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* [tensorflow training input] If SparseTensors are used in batch* ops, ensure r...Gravatar Eugene Brevdo2017-10-30
* TFE: Add compatibility errors and doc strings to queues, input pipelines and ...Gravatar Shanqing Cai2017-10-27
* TFE: Add compatibility doc string to Saver and related functionsGravatar Shanqing Cai2017-10-26
* Nice error messages when using queues / batching in eager mode.Gravatar Alexandre Passos2017-10-24
* Remove duplicated `smart_cond()` code.Gravatar A. Unique TensorFlower2017-10-20
* Remove final mentions of `get_shape` in docstring.Gravatar A. Unique TensorFlower2017-07-26
* BREAKING CHANGE: Fix semantic error in how maybe_batch* handles sparse tensors.Gravatar A. Unique TensorFlower2017-07-26
* Reflow comments to avoid being too long.Gravatar A. Unique TensorFlower2017-07-26
* `.get_shape()` -> `.shape` in input.py.Gravatar A. Unique TensorFlower2017-07-25
* Use `to_float` and `to_int32` where appropriate.Gravatar A. Unique TensorFlower2017-07-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Document that tf.train.batch is nondeterministicGravatar Geoffrey Irving2017-04-28
* Improves shared_name documentation for string_input_producerGravatar Alexandre Passos2017-04-28
* Makes calls to variables.Variable resource-safe.Gravatar Alexandre Passos2017-04-17
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
* Automated rollback of change 145619741Gravatar Dan Ringwalt2017-01-31
* Automated rollback of change 145580313Gravatar Gunhan Gulsoy2017-01-25
* Support a scalar or vector of globs in tf.matching_files and related functions.Gravatar Dan Ringwalt2017-01-25
* Use `_smart_cond` in `*_join*` functions. A noop code simplification.Gravatar A. Unique TensorFlower2017-01-25
* Extend the functionality of `maybe_*batch` to act on elements in a minibatch ...Gravatar A. Unique TensorFlower2017-01-22
* Use `keep_input` to prevent expensive storing of sparse tensor in bucket_ops.Gravatar A. Unique TensorFlower2017-01-20
* Correct misspelling in comments referring to how to initialize local variables.Gravatar A. Unique TensorFlower2017-01-11
* Fixed incorrect return type description.Gravatar A. Unique TensorFlower2017-01-06
* Fix some summary importsGravatar Justine Tunney2016-12-08
* Shorten summary tag names for queues now that the scopes are automaticallyGravatar A. Unique TensorFlower2016-12-07
* Make sure `bucket_ops` passes a Tensor rather than a python to private `input...Gravatar A. Unique TensorFlower2016-12-05
* Part 2c of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-05
* Add ability to conditionally batch in 'tf.train.batch`.Gravatar A. Unique TensorFlower2016-12-01
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Add a note in queue functions that they create epochs local variable.Gravatar Illia Polosukhin2016-11-11
* Making the cancel op for shared queue a no-op so that we can recover from PS ...Gravatar Rohan Jain2016-11-09
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Remove stray print statement from TF training inputs.Gravatar Eugene Brevdo2016-10-21
* Modify tensorflow/python/training to use the new summary ops.Gravatar Dan Mané2016-10-20