aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/data
Commit message (Expand)AuthorAge
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* [tf.data] Merged contrib.data's DatasetTestBase with the DatasetTestBase in c...Gravatar Rachel Lim2018-09-28
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
* [tf.data] Throws appropriate error while trying to checkpoint input pipeline ...Gravatar Shivani Agrawal2018-09-28
* [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Removing _PerDeviceGenerator and MultiDeviceIterator from contrib now that th...Gravatar Rohan Jain2018-09-26
* Hoisting RandomUniform out of functionsGravatar Piotr Padlewski2018-09-26
* [tf.data] Adding serialization support for `StatsAggregatorDatasets` to make ...Gravatar Jiri Simsa2018-09-26
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
* Automated rollback of commit 7bbd69fd16d4e97afd417786c1ee2fff27d92703Gravatar Rohan Jain2018-09-24
* [data-stats] Exposes `StatsAggregator` and `set_stats_aggregator` in tf.contr...Gravatar Shivani Agrawal2018-09-24
* Fix noop elimination optimization.Gravatar Piotr Padlewski2018-09-23
* Moving MultiDeviceIterator from contrib to core.Gravatar Rohan Jain2018-09-23
* Fixes a bug for the case when the MultiDeviceIterator waits on backgroundGravatar Rohan Jain2018-09-21
* [data-stats] Collects prefetch `buffer_size` and `buffer_capacity` as scalar,...Gravatar Shivani Agrawal2018-09-21
* [data-stats] Adds number of filtered elements as scalar summary, also adds nu...Gravatar Shivani Agrawal2018-09-20
* [tf.data] Use vectorization_utils::VectorizeMapDefun in MapVectorization opti...Gravatar Rachel Lim2018-09-20
* [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the `n...Gravatar Jiri Simsa2018-09-17
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* [tf.data] Changes `make_batched_features_dataset` and `make_tf_record_dataset...Gravatar Shivani Agrawal2018-09-13
* Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* Removed `contrib.layers` dependency `bucket_by_sequence_length` tests.Gravatar A. Unique TensorFlower2018-09-13
* Added ability to bucket without padding, as sparse tensors to `bucket_by_sequ...Gravatar A. Unique TensorFlower2018-09-12
* [tf.data] Thread parent cancellation manager through to MapDefunOp correctly....Gravatar Rachel Lim2018-09-11
* [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* Resolving a bug where regex pattern for errors was not matching in case the e...Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit e258e52d2c4060fc26fda43e4ce068d5ba2ab1ffGravatar Shivani Agrawal2018-09-10
* [tf.data] Expose `tf.contrib.data.Optional` and `tf.contrib.data.get_next_as_...Gravatar Derek Murray2018-09-10
* [tf.data] Refactoring of optimization tests.Gravatar Jiri Simsa2018-09-08
* Accept unknown output_shapes for MapDefun op.Gravatar Rachel Lim2018-09-07
* Automated rollback of commit 9b15806d96cdb1ecaac1400582a01e3944b58406Gravatar Gunhan Gulsoy2018-09-07
* [data-stats] Adds `buffer_utilization` statistics for PrefetchDataset.Gravatar Shivani Agrawal2018-09-07
* [tf.data] Adding support for `num_parallel_calls` to `tf.data.Dataset.interle...Gravatar Jiri Simsa2018-09-06
* [tf.data] Naming parameterized tests to facilitate invoking them individually...Gravatar Jiri Simsa2018-09-06
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* [tf.data] Surface errors correctly in MapDefunOp by using different Cancellat...Gravatar Rachel Lim2018-09-05
* [tf.data] Minor fix to remove unnecessary difference between the implementati...Gravatar Jiri Simsa2018-09-05
* [tf.data] Add internal optimizations for executing simple functions in `MapDa...Gravatar Derek Murray2018-09-04
* [tf.data] Avoiding serialization of (potentially large) tensors during optimi...Gravatar Jiri Simsa2018-08-31
* [tf.data] Add special case for single dataset in `tf.contrib.data.sample_from...Gravatar Derek Murray2018-08-29
* [data-stats] Deletes deprecated `feature_stats` transformation to collect `fe...Gravatar Shivani Agrawal2018-08-29
* [tf.data] Adds an optional label_key argument to `make_batch_featured_dataset...Gravatar Shivani Agrawal2018-08-29
* Merge pull request #21702 from facaiy:ENH/assert_partial_shapeGravatar TensorFlower Gardener2018-08-28
|\
* | [tf.data] Enable optimizations for input pipelines with stateful functions.Gravatar Jiri Simsa2018-08-28