.. |
optimization
|
Disable a few asan tests that fail with -fsanitize-null
|
2020-10-15 15:54:09 -07:00 |
serialization
|
Disable a few asan tests that fail with -fsanitize-null
|
2020-10-15 15:54:09 -07:00 |
assert_cardinality_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
assert_next_test.py
|
Relax assert_next op version checking.
|
2020-07-15 13:47:37 -07:00 |
auto_shard_dataset_test.py
|
[tf.data] Making sure setting tf.data threading options does not prevent auto-sharding from using file-level sharding.
|
2020-11-23 12:16:16 -08:00 |
bucket_by_sequence_length_test.py
|
[tf.data] Preserving accurate cardinality information for group_by_window transformation.
|
2020-10-28 13:38:43 -07:00 |
BUILD
|
[tf.data] Fix testWriteSnapshotDatasetWithTuples on Windows and re-enable snapshot_test on Windows
|
2020-10-16 18:54:01 -07:00 |
compression_ops_test.py
|
Merge pull request #41880 from kvignesh1420:exp-compression-test
|
2020-08-28 13:42:39 -07:00 |
copy_to_device_test.py
|
[tf.data] Adding eager mode tests for prefetch_to_device and copy_to_device APIs.
|
2020-04-07 18:07:04 -07:00 |
counter_test.py
|
|
|
csv_dataset_test.py
|
Merge pull request #39799 from stjohnso98:csv_exclude_col
|
2020-06-29 17:11:00 -07:00 |
data_service_ops_ft_test.py
|
[tf.data service] Disable flaky tests
|
2020-10-14 18:20:56 -07:00 |
data_service_ops_test.py
|
[tf.data service] Fix timeouts in distributed_epoch tests.
|
2020-10-19 14:44:44 -07:00 |
data_service_test_base.py
|
[tf.data service] Fix timeouts in distributed_epoch tests.
|
2020-10-19 14:44:44 -07:00 |
dense_to_ragged_batch_test.py
|
tf.data.experimental.dense_to_ragged_batch to output variable ragged rank.
|
2020-03-30 03:20:46 -07:00 |
dense_to_sparse_batch_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
directed_interleave_dataset_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
get_single_element_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
group_by_reducer_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
group_by_window_test.py
|
[tf.data] Preserving accurate cardinality information for group_by_window transformation.
|
2020-10-28 13:38:43 -07:00 |
ignore_errors_test.py
|
Merge pull request #41336 from stjohnso98:ignore_errors_log_warning
|
2020-08-12 13:53:45 -07:00 |
io_test.py
|
[tf.data] Fixing bugs in SaveDataset op definition. The op should be marked as stateful because it has side effects and its shape inference function should not indicate the op returns a scalar (because the op has no outputs).
|
2020-09-08 23:00:48 -07:00 |
make_batched_features_dataset_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
make_csv_dataset_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
make_tf_record_dataset_test.py
|
|
|
map_and_batch_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
map_defun_op_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
matching_files_test.py
|
|
|
model_dataset_test.py
|
[tf.data] Fixing tracking of processing time for parallel map when inter-op parallelism is disabled.
|
2020-06-02 15:31:37 -07:00 |
non_serializable_test.py
|
|
|
optimize_dataset_test.py
|
[tf.data] Start to roll out the optimization enable_gradient_descent . Also add the Python test.
|
2020-10-06 16:49:24 -07:00 |
override_threadpool_test.py
|
|
|
parallel_interleave_test.py
|
|
|
parse_example_dataset_test.py
|
|
|
prefetch_to_device_test.py
|
[tf.data] tf.data placement improvements.
|
2020-09-28 09:21:25 -07:00 |
prefetch_with_slack_test.py
|
[tf.data] Apply different tf.data optimizations to the pipeline according to the autotuning option. Also update the test for map_parallelization .
|
2020-09-24 15:10:10 -07:00 |
random_dataset_test.py
|
|
|
reader_dataset_ops_test_base.py
|
|
|
rebatch_dataset_test.py
|
Construct the correct shape for zero-batch size in RebatchDataset
|
2020-10-15 21:45:17 -07:00 |
rejection_resample_test.py
|
|
|
replicate_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 |
scan_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
shuffle_and_repeat_test.py
|
|
|
sleep_test.py
|
|
|
snapshot_test.py
|
[tf.data] Fix testWriteSnapshotDatasetWithTuples on Windows and re-enable snapshot_test on Windows
|
2020-10-16 18:54:01 -07:00 |
sql_dataset_test_base.py
|
|
|
sql_dataset_test.py
|
|
|
stats_dataset_ops_test.py
|
|
|
stats_dataset_test_base.py
|
|
|
take_while_test.py
|
|
|
tf_record_writer_test.py
|
|
|
unique_test.py
|
Merge pull request #41981 from lithuak:iss35342-take-two
|
2020-09-02 11:19:25 -07:00 |
variant_test.py
|
Merge pull request #40177 from zhuzilin:fix-map-cardinality
|
2020-06-08 18:27:01 -07:00 |
wrap_unwrap_test.py
|
|
|