STT-tensorflow/tensorflow/python/data/kernel_tests
Jiri Simsa 9e1ee89c7f [tf.data] Fixing a bug in tf.data.Dataset.window handling of drop_remainder=True.
Fixes: https://github.com/tensorflow/tensorflow/issues/43703
PiperOrigin-RevId: 335119334
Change-Id: Ie91ef58abac04a756e37724891d70b63ef4765d6
2020-10-02 16:19:09 -07:00
..
as_numpy_iterator_test.py Update np.data.Dataset.as_numpy_iterator to support ragged tensors. 2020-07-28 14:03:46 -07:00
batch_test.py
BUILD [tf.data] tf.data placement improvements. 2020-09-28 09:21:25 -07:00
cache_test.py Support iterator checkpointing with large caches. 2020-07-13 13:32:56 -07:00
cardinality_test.py Merge pull request from zhuzilin:fix-map-cardinality 2020-06-08 18:27:01 -07:00
checkpoint_test.py [tf.data] Adding support for overriding external state policy for checkpointing. 2020-03-17 13:44:46 -07:00
concatenate_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
dataset_spec_test.py [tf.data] Fix an issue where tf.data.DatasetSpec could not be specified in input_signature of tf.function. 2020-04-21 20:24:05 -07:00
dataset_test.py Prevent segmentation faults when datasets produce unexpected numbers of components. 2020-07-13 11:04:04 -07:00
enumerate_test.py
filter_test.py
fixed_length_record_dataset_test.py
flat_map_test.py
from_generator_test.py Minor fixed to testFromGeneratorRaggedTensor 2020-08-04 12:48:53 +03:00
from_sparse_tensor_slices_test.py tf.SparseTensor to tf.sparse.SparseTensor 2020-03-25 10:49:19 +08:00
from_tensor_slices_test.py [tf.data] Adding support for serialization of input pipelines that use from_tensors or from_tensor_slices with dataset input. 2020-07-24 18:59:34 -07:00
from_tensors_test.py [tf.data] tf.data placement improvements. 2020-09-28 09:21:25 -07:00
interleave_test.py [tf.data] Replacing default arguments values for tf.data.Dataset.interleave API with None, while preserving original behavior. 2020-04-09 19:44:15 -07:00
iterator_cluster_test.py
iterator_test.py Fix pylint issues for PR 2020-08-19 20:51:18 +03:00
len_test.py [tf.data] Move cardinality to core API. 2020-06-01 18:51:21 -07:00
list_files_test.py Fix asan error, when there are no matching files in matching_files_op. 2020-08-03 14:21:09 -07:00
map_test.py [tf.data] Support checkpointing parallel map datasets with large buffers. 2020-08-17 14:18:51 -07:00
memory_cleanup_test.py Move TensorLike under types.internal and rename it NativeObject to distinguish from types which actually behave like tensors. 2020-04-22 13:02:41 -07:00
multi_device_iterator_test.py
optional_test.py [tf.data] API changes. 2020-06-11 16:46:30 -07:00
options_test.py Temporarily disable tests that fail on Windows with Python 3.8. 2020-08-21 17:16:09 -07:00
padded_batch_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
placement_test.py Add for...iter(dataset) with device placement tests to TF. 2020-09-28 14:12:40 -07:00
prefetch_test.py
range_test.py
reduce_test.py
repeat_test.py
shard_test.py
shuffle_test.py Support checkpointing large shuffle buffers 2020-07-13 14:02:34 -07:00
skip_test.py
take_test.py
test_base.py lint and naming changes 2020-08-20 12:33:37 +05:30
text_line_dataset_test.py
tf_record_dataset_test.py
unbatch_test.py
window_test.py [tf.data] Fixing a bug in tf.data.Dataset.window handling of drop_remainder=True. 2020-10-02 16:19:09 -07:00
zip_test.py