.. |
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
|
[tf.data] Adding support for None as a component value.
|
2020-02-14 17:05:46 -08:00 |
BUILD
|
Disable more tests that time out with cuda asan.
|
2020-10-26 18:12:25 -07:00 |
cache_test.py
|
Support iterator checkpointing with large caches.
|
2020-07-13 13:32:56 -07:00 |
cardinality_test.py
|
Preserving infinite cardinality information for dataset.interleave transformation.
|
2020-11-06 09:42:23 -08: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
|
Use combinations to test eager/graph mode and TF v1/v2 for enumerate_test.py
|
2019-08-05 10:24:34 -07:00 |
filter_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
fixed_length_record_dataset_test.py
|
Add __fspath__ support (PEP 519) to files datasets
|
2020-11-02 12:40:24 -08:00 |
flat_map_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
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
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
iterator_test.py
|
Fix pylint issues for PR #37400
|
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
|
[tf.data] Various changes to iterator metrics collection.
|
2020-11-03 10:40:09 -08:00 |
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
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
range_test.py
|
Merge pull request #34685 from ljwh:master
|
2019-12-18 13:31:26 -08:00 |
reduce_test.py
|
[tf.data] Remove noop map functions in noop_elimination.
|
2020-03-04 14:08:23 -08:00 |
repeat_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
shard_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
shuffle_test.py
|
Support checkpointing large shuffle buffers
|
2020-07-13 14:02:34 -07:00 |
skip_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
take_test.py
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |
test_base.py
|
[tf.data] Various changes to iterator metrics collection.
|
2020-11-03 10:40:09 -08:00 |
text_line_dataset_test.py
|
Add __fspath__ support (PEP 519) to files datasets
|
2020-11-02 12:40:24 -08:00 |
tf_record_dataset_test.py
|
Add __fspath__ support (PEP 519) to files datasets
|
2020-11-02 12:40:24 -08:00 |
unbatch_test.py
|
[tf.data] Adding support for None as a component value.
|
2020-02-14 17:05:46 -08:00 |
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
|
[tf.data] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08:00 |