/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | testing.py | 85 def __init__(self, input_dataset, transformations): argument 103 def __init__(self, input_dataset): argument 116 def __init__(self, input_dataset, sleep_microseconds): argument
|
D | distribute.py | 74 def __init__(self, input_dataset, num_workers, index, num_replicas=None): argument 93 def _AutoShardDatasetV1(input_dataset, num_workers, index, num_replicas=None): # pylint: disable=i… argument 125 def __init__(self, input_dataset, batch_sizes, drop_remainder=False): argument 249 def __init__(self, input_dataset, num_replicas): argument
|
D | grouping.py | 266 def __init__(self, input_dataset, key_func, reducer): argument 286 def _make_key_func(self, key_func, input_dataset): argument 304 def _make_reduce_func(self, reduce_func, input_dataset): argument
|
D | batching.py | 300 def __init__(self, input_dataset, batch_size, row_shape): argument 330 def __init__(self, input_dataset, map_func, batch_size, num_parallel_calls, argument 391 def __init__(self, input_dataset, row_splits_dtype): argument
|
D | prefetching_ops.py | 94 def __init__(self, input_dataset, target_device, source_device="/cpu:0"): argument 236 def __init__(self, input_dataset, map_func, use_inter_op_parallelism=True): argument
|
D | sleep.py | 27 def __init__(self, input_dataset, sleep_microseconds): argument
|
D | error_ops.py | 62 def __init__(self, input_dataset, log_warning): argument
|
D | shuffle_ops.py | 33 def __init__(self, input_dataset, buffer_size, count=None, seed=None): argument
|
D | cardinality.py | 106 def __init__(self, input_dataset, expected_cardinality): argument
|
D | parsing_ops.py | 34 def __init__(self, input_dataset, features, num_parallel_calls, argument
|
D | snapshot.py | 37 input_dataset, argument
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 3758 def __init__(self, input_dataset, variant_tensor): argument 3769 def __init__(self, input_dataset, variant_tensor): argument 4319 def __init__(self, input_dataset, dataset_to_concatenate): argument 4362 def __init__(self, input_dataset, count): argument 4423 def __init__(self, input_dataset, filename): argument 4446 input_dataset, argument 4501 def __init__(self, input_dataset, count): argument 4515 def __init__(self, input_dataset, count): argument 4529 def __init__(self, input_dataset, num_shards, index): argument 4546 def __init__(self, input_dataset, batch_size, drop_remainder): argument [all …]
|
D | readers.py | 283 def __init__(self, input_dataset, map_func, cycle_length, block_length, argument
|
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | from_tensor_slices_benchmark.py | 33 def __init__(self, input_dataset, map_func): argument
|
/external/tensorflow/tensorflow/python/data/util/ |
D | traverse_test.py | 35 def __init__(self, input_dataset): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_ops_test.py | 263 def __init__(self, input_dataset): argument
|
/external/tensorflow/tensorflow/core/data/ |
D | dataset_test_base.cc | 827 for (auto input_dataset : input_datasets) { in RunDatasetOp() local 950 for (auto input_dataset : input_datasets) { in MakeDatasetTensor() local
|