aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/io_ops.py
Commit message (Expand)AuthorAge
* Deprecate `tf.ReaderBase` and related APIs.Gravatar Derek Murray2018-09-05
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* 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
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Adds eager execution compatibility note in Readers, Queues, and QueueRunner.Gravatar A. Unique TensorFlower2017-10-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Restore LMDBReader and fix the tests so that they work on read-only filesystems.Gravatar Jonathan Hseu2017-06-14
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
* Typo in reader v1 backwards compatibility code.Gravatar Alexandre Passos2017-02-24
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Add ability to conditionally batch in 'tf.train.batch`.Gravatar A. Unique TensorFlower2016-12-01
* Adding a SparseFeature to the tf.Example parser API.Gravatar A. Unique TensorFlower2016-11-30
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Adding a ConditionalAccumulator class, which allows us to accumulate non-staleGravatar A. Unique TensorFlower2016-10-03
* TF Checkpoint V2: SaveV2, RestoreV2, MergeV2Checkpoints ops.Gravatar Zongheng Yang2016-09-23
* Add support for GZIP (and other future compression types) to TFRecordReader i...Gravatar A. Unique TensorFlower2016-09-22
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Switch to C++ shape inference fns for more ops in image_grad, io_ops,Gravatar A. Unique TensorFlower2016-09-07
* Delegate to C++ shape functions for python ops in training_ops and io_ops.Gravatar A. Unique TensorFlower2016-09-06
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* Add a new parse_tensor op for parsing a serialized TensorProto into a Tensor.Gravatar A. Unique TensorFlower2016-08-12
* Add support to TFRecordReader and writer to read/write from zlib compressed f...Gravatar A. Unique TensorFlower2016-06-16
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Change ReaderReadUpTo behavior to return immediately once an end of file has ...Gravatar A. Unique TensorFlower2016-06-08
* Add a ReaderReadUpTo OpGravatar Ben Lee2016-06-03
* Publish TensorArray and PaddingFIFOQueue into the public API.Gravatar Eugene Brevdo2016-06-02
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added a sparse_placeholder function to array_ops, to simplify feeding sparse ...Gravatar Illia Polosukhin2016-05-02
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Add `tf.train.input_producer()` to the public API.Gravatar Derek Murray2016-03-18
* Prevent the feeding of tensors whose values are used to calculate shapes.Gravatar Derek Murray2016-03-15
* Adds `tf.decode_json_example()` op that parses JSON into binary Example protos.Gravatar Derek Murray2016-01-20
* Fix Scatter*.png figuresGravatar A. Unique TensorFlower2016-01-14
* Change visibility to public in bower.BUILDGravatar A. Unique TensorFlower2016-01-13
* Minor fixes (related) to gpu_event_mgr_test.ccGravatar A. Unique TensorFlower2016-01-13
* Fix overly pessimistic shape inference in tf.batch_matmul for matrices with p...Gravatar A. Unique TensorFlower2016-01-12
* Fix error in link to mnist_with_summaries.pyGravatar Martin Wicke2016-01-12
* Add new parse_example functions that take namedtuple config objects, and prep...Gravatar A. Unique TensorFlower2016-01-11
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Upstream latest changes to Git.Gravatar Manjunath Kudlur2015-11-06