Home
last modified time | relevance | path

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

12

/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
Dgrouping.py275 def __init__(self, input_dataset, key_func, reducer): argument
295 def _make_key_func(self, key_func, input_dataset): argument
313 def _make_reduce_func(self, reduce_func, input_dataset): argument
398 def __init__(self, input_dataset, key_func, reduce_func, window_size_func): argument
429 def _make_key_func(self, key_func, input_dataset): argument
441 def _make_reduce_func(self, reduce_func, input_dataset): argument
Ddistribute.py69 def __init__(self, input_dataset, num_workers, index, num_replicas=None): argument
88 def _AutoShardDatasetV1(input_dataset, num_workers, index, num_replicas=None): # pylint: disable=i… argument
120 def __init__(self, input_dataset, batch_sizes, drop_remainder=False): argument
244 def __init__(self, input_dataset, num_replicas): 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
Dunique.py54 def __init__(self, input_dataset): argument
Dprefetching_ops.py89 def __init__(self, input_dataset, target_device, source_device="/cpu:0"): argument
231 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.py63 def __init__(self, input_dataset, log_warning): argument
Dtake_while_ops.py30 def __init__(self, input_dataset, predicate): 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
Dscan_ops.py33 input_dataset, argument
Dsnapshot.py40 input_dataset, argument
201 input_dataset, argument
Dthreadpool.py66 def __init__(self, input_dataset, thread_pool): argument
Dstats_ops.py100 def __init__(self, input_dataset, op_function, tag): argument
Doptimization.py120 input_dataset, argument
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3165 def __init__(self, input_dataset, variant_tensor): argument
3176 def __init__(self, input_dataset, variant_tensor): argument
3724 def __init__(self, input_dataset, dataset_to_concatenate): argument
3772 def __init__(self, input_dataset, count): argument
3833 def __init__(self, input_dataset, filename): argument
3856 input_dataset, argument
3911 def __init__(self, input_dataset, count): argument
3925 def __init__(self, input_dataset, count): argument
3939 def __init__(self, input_dataset, num_shards, index): argument
3956 def __init__(self, input_dataset, batch_size, drop_remainder): argument
[all …]
Dreaders.py251 def __init__(self, input_dataset, map_func, cycle_length, block_length, argument
/external/tensorflow/tensorflow/python/data/util/
Dtraverse_test.py31 def __init__(self, input_dataset): argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Dfrom_tensor_slices_benchmark.py33 def __init__(self, input_dataset, map_func): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc84 NodeDef* AddMapNode(MutableGraphView* graph, const string& input_dataset, in AddMapNode()
118 NodeDef* AddPrefetchNode(MutableGraphView* graph, const string& input_dataset, in AddPrefetchNode()
131 NodeDef* AddBatchNode(MutableGraphView* graph, const string& input_dataset, in AddBatchNode()
342 const string& input_dataset, const string& map_fn, in AddMapAndBatchNode()
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dchoose_fastest_branch_benchmark.py30 input_dataset, argument
Dmap_vectorization_benchmark.py108 def _compare(self, input_dataset, map_fn, batch_size, input_size, str_id): argument
/external/tensorflow/tensorflow/python/distribute/
Dinput_ops_test.py263 def __init__(self, input_dataset): argument

12