STT-tensorflow/tensorflow/python/data/experimental/ops
Frank Chen 16249195f1 Add reader_prefix and writer_prefix to SnapshotDatasetV2Op
PiperOrigin-RevId: 334901918
Change-Id: I1c66546d06ee158479fcc8cd89ab35ae5a4f9558
2020-10-01 15:03:05 -07:00
..
batching.py [tf.data] Graduating tf.data.experimental.AUTOTUNE to core API. 2020-09-09 19:08:06 -07:00
BUILD [tf.data] Implementation of tf.data.experimental.save and tf.data.experimental.load. The former makes it possible to save the output of a dataset, while the latter makes it possible to load a previously saved data. 2020-06-11 15:37:49 -07:00
cardinality.py [tf.data] Move cardinality op out of experimental 2020-06-03 12:12:24 -07:00
compression_ops.py Add dataset element compression ops. 2020-05-20 20:08:06 -07:00
counter.py
data_service_ops.py [tf.data service] Autotune uncompression and server-side prefetching. 2020-09-30 09:50:59 -07:00
distribute_options.py clarified the DispatchServer creation process 2020-09-07 19:22:02 +05:30
distribute.py [tf.data + tf.distribute] Use RebatchDataset instead of LegacyRebatchDataset in distribution strategies when global batch size can be statically determined. 2020-09-30 12:18:30 -07:00
enumerate_ops.py [tf.data] API changes. 2020-06-11 16:46:30 -07:00
error_ops.py Merge pull request from stjohnso98:ignore_errors_log_warning 2020-08-12 13:53:45 -07:00
get_single_element.py
grouping.py tf.SparseTensor to tf.sparse.SparseTensor 2020-03-25 10:49:19 +08:00
interleave_ops.py [tf.data] Graduating tf.data.experimental.AUTOTUNE to core API. 2020-09-09 19:08:06 -07:00
io.py [tf.data] Implementation of tf.data.experimental.save and tf.data.experimental.load. The former makes it possible to save the output of a dataset, while the latter makes it possible to load a previously saved data. 2020-06-11 15:37:49 -07:00
iterator_ops.py [tf.data] Add documentation for checkpointing V2 dataset iterators. 2020-04-10 10:30:03 -07:00
map_defun.py
matching_files.py
optimization_options.py [tf.data] Add the optimization of disable_prefetch_legacy_autotune. Also decouple the operations from autotune_buffer_sizes. 2020-09-29 17:56:26 -07:00
optimization.py Internal change 2020-07-27 22:35:48 -07:00
parsing_ops.py Clean up expired forward compatibility checks. 2020-04-25 19:17:43 -07:00
prefetching_ops.py
random_ops.py
readers.py Merge pull request from stjohnso98:csv_exclude_col 2020-06-29 17:11:00 -07:00
resampling.py
scan_ops.py
shuffle_ops.py
sleep.py
snapshot.py Add reader_prefix and writer_prefix to SnapshotDatasetV2Op 2020-10-01 15:03:05 -07:00
stats_aggregator.py [tf.data] Add deprecation warning for StatsAggregator 2020-09-16 17:12:56 -07:00
stats_ops.py
stats_options.py
take_while_ops.py
testing.py Relax assert_next op version checking. 2020-07-15 13:47:37 -07:00
threading_options.py
threadpool.py
unique.py
writers.py