Home
last modified time | relevance | path

Searched defs:input_dataset (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dtesting.py85 def __init__(self, input_dataset, transformations): argument
103 def __init__(self, input_dataset): argument
116 def __init__(self, input_dataset, sleep_microseconds): argument
Ddistribute.py74 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
Dgrouping.py266 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
Dbatching.py300 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
Dprefetching_ops.py94 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
Dsleep.py27 def __init__(self, input_dataset, sleep_microseconds): argument
Derror_ops.py62 def __init__(self, input_dataset, log_warning): argument
Dshuffle_ops.py33 def __init__(self, input_dataset, buffer_size, count=None, seed=None): argument
Dcardinality.py106 def __init__(self, input_dataset, expected_cardinality): argument
Dparsing_ops.py34 def __init__(self, input_dataset, features, num_parallel_calls, argument
Dsnapshot.py37 input_dataset, argument
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3758 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 …]
Dreaders.py283 def __init__(self, input_dataset, map_func, cycle_length, block_length, argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Dfrom_tensor_slices_benchmark.py33 def __init__(self, input_dataset, map_func): argument
/external/tensorflow/tensorflow/python/data/util/
Dtraverse_test.py35 def __init__(self, input_dataset): argument
/external/tensorflow/tensorflow/python/distribute/
Dinput_ops_test.py263 def __init__(self, input_dataset): argument
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.cc827 for (auto input_dataset : input_datasets) { in RunDatasetOp() local
950 for (auto input_dataset : input_datasets) { in MakeDatasetTensor() local