aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/data_flow_ops.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Extend ConditionalAccumulator with SUM functionality.Gravatar Zhenyu Tan2018-09-06
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Removes error message from queues in eager (leaves the one in queuerunners).Gravatar Alexandre Passos2018-06-08
* Various lint fixes to TensorFlow detected after GitHub merge.Gravatar Michael Case2018-04-18
* Merge changes from github.Gravatar Michael Case2018-04-10
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Adds eager execution compatibility note in Readers, Queues, and QueueRunner.Gravatar A. Unique TensorFlower2017-10-30
* Nice error messages when using queues / batching in eager mode.Gravatar Alexandre Passos2017-10-24
* Automated g4 rollback of changelist 169311308Gravatar A. Unique TensorFlower2017-09-20
* Added a check to ensure # of queue components match the list of tensors gettingGravatar A. Unique TensorFlower2017-09-19
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Update stage_op and map_stage_op to not special case returning one elementGravatar A. Unique TensorFlower2017-07-24
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* 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
* Fix deadlock in RecordYielderGravatar A. Unique TensorFlower2017-05-22
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04
* Fix some pylint errors.Gravatar A. Unique TensorFlower2017-05-03
* Expose tf.contrib.staging.StagingArea.Gravatar A. Unique TensorFlower2017-04-20
* ConditionalAccumulator.take_grad should maintain shape informationGravatar A. Unique TensorFlower2017-03-22
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Doc fixit task 2.Gravatar Jonathan Hseu2017-02-13
* Add colocation constraints to StagingArea.Gravatar A. Unique TensorFlower2017-01-30
* Add a new lightweight queue-like object - RecordInputGravatar A. Unique TensorFlower2017-01-17
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* More new ops for speeding up input pipline: stage and unstage.Gravatar A. Unique TensorFlower2017-01-12
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Switch moreops to using c++ shape functions instead of python.Gravatar Vijay Vasudevan2016-11-11
* Switch Accumulator ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-10-24
* Adding int32 support to SparseConditionalAccumulator.apply_grad.Gravatar A. Unique TensorFlower2016-10-12
* Add initial version of MutableDenseHashTable that is implemented usingGravatar A. Unique TensorFlower2016-10-10
* Adding a ConditionalAccumulator class, which allows us to accumulate non-staleGravatar A. Unique TensorFlower2016-10-03
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Fix RandomShuffleQueue random seed when shared_name is provided.Gravatar A. Unique TensorFlower2016-09-16
* TensorFlow: Fix shape functions for Resources to match reality: mostGravatar Vijay Vasudevan2016-09-14
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09