.. |
as_numpy_iterator_test.py
|
Small adjustments on import spacing.
|
2019-12-18 20:32:12 -08:00 |
batch_test.py
|
[tf.data] Adding support for None as a component value.
|
2020-02-14 17:05:46 -08:00 |
BUILD
|
[tf.data] Move cardinality to core API.
|
2020-06-01 18:51:21 -07:00 |
cache_test.py
|
[tf.data] This CL changes how the in-memory cache resource is managed, making it possible for the cache dataset to support both a) sharing of the cache across iterators and b) serialization. As a consequence, this CL enables sharing of the cache across iterators for tf.distribute and tf.data service use cases (which require serialization support).
|
2020-04-20 13:55:08 -07:00 |
cardinality_test.py
|
Merge pull request #40177 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
|
Use combinations to test eager/graph mode and TF v1/v2 for concatenate_test.py
|
2019-08-01 15:34:31 -07:00 |
data_service_ops_test.py
|
Update "master" to "dispatch"/"dispatcher" in tf.data service terminology.
|
2020-07-16 13:07:28 -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
|
[tf.data] Adding support for None as a component value.
|
2020-02-14 17:05:46 -08: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
|
Small adjustments on import spacing.
|
2019-12-18 20:32:12 -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
|
Reduce TensorShape.__init__ overhead by 50%.
|
2020-06-17 11:08:15 -07: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
|
[TypeSpec] Support OrderedDict in TypeSpec.most_specific_compatible_type() .
|
2020-04-08 09:35:13 -07:00 |
from_tensors_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 |
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
|
Internal change
|
2020-04-27 10:20:13 -07:00 |
len_test.py
|
[tf.data] Move cardinality to core API.
|
2020-06-01 18:51:21 -07:00 |
list_files_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 |
map_test.py
|
[tf.data] Adding support for None as a component value.
|
2020-02-14 17:05:46 -08: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] Moving tf.data test-only transformations to one module and marking the corresponding target test-only.
|
2019-11-14 22:20:14 -08:00 |
optional_test.py
|
[tf.data] API changes.
|
2020-06-11 16:46:30 -07:00 |
options_test.py
|
[tf.data] Remove several unnecessary lines in the test.
|
2020-05-18 20:46:17 -07:00 |
padded_batch_test.py
|
Merge pull request #39650 from yongtang:35900-padded_batch-broadcast
|
2020-05-28 13:25:58 -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
|
[tf.data] Forward compatibility cleanup.
|
2020-06-04 09:35:41 -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
|
Enable op-level dataset determinism configuration for ParallelMap
|
2020-02-12 16:35:11 -08:00 |
text_line_dataset_test.py
|
Replace list comprehension with generator expressions.
|
2019-12-16 12:26:12 -08:00 |
tf_record_dataset_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 |
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] Migrating remaining core API tests to use TF combinations and performing various minor test cleanup.
|
2019-12-02 11:24:07 -08: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 |