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/
Dgrouping.py249 def __init__(self, input_dataset, key_func, reducer): argument
269 def _make_key_func(self, key_func, input_dataset): argument
287 def _make_reduce_func(self, reduce_func, input_dataset): argument
373 def __init__(self, input_dataset, key_func, reduce_func, window_size_func): argument
404 def _make_key_func(self, key_func, input_dataset): argument
416 def _make_reduce_func(self, reduce_func, input_dataset): argument
Doptimization.py106 def __init__(self, input_dataset, transformations): argument
124 def __init__(self, input_dataset): argument
185 input_dataset, argument
Dunique.py54 def __init__(self, input_dataset): argument
Derror_ops.py58 def __init__(self, input_dataset): argument
Ddistribute.py43 def __init__(self, input_dataset, num_workers, index): argument
Dsleep.py27 def __init__(self, input_dataset, sleep_microseconds): argument
Dprefetching_ops.py88 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
Dtake_while_ops.py30 def __init__(self, input_dataset, predicate): argument
Dparsing_ops.py33 def __init__(self, input_dataset, features, num_parallel_calls): argument
Dshuffle_ops.py33 def __init__(self, input_dataset, buffer_size, count=None, seed=None): argument
Dscan_ops.py34 def __init__(self, input_dataset, initial_state, scan_func): argument
Dthreadpool.py66 def __init__(self, input_dataset, thread_pool): argument
Dstats_ops.py103 def __init__(self, input_dataset, op_function, tag): argument
Dbatching.py363 def __init__(self, input_dataset): argument
451 def __init__(self, input_dataset, batch_size, row_shape): argument
568 def __init__(self, input_dataset, map_func, batch_size, num_parallel_calls, argument
734 def __init__(self, input_dataset, num_workers): argument
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py2041 def __init__(self, input_dataset, variant_tensor): argument
2052 def __init__(self, input_dataset, variant_tensor): argument
2550 def __init__(self, input_dataset, dataset_to_concatenate): argument
2598 def __init__(self, input_dataset, count): argument
2654 def __init__(self, input_dataset, filename): argument
2670 input_dataset, argument
2716 def __init__(self, input_dataset, count): argument
2730 def __init__(self, input_dataset, count): argument
2744 def __init__(self, input_dataset, num_shards, index): argument
2761 def __init__(self, input_dataset, batch_size, drop_remainder): argument
[all …]
Dreaders.py125 def __init__(self, input_dataset, map_func, cycle_length, block_length, argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfilter_with_legacy_function_test.py28 def apply_filter(self, input_dataset, predicate): argument
Dfilter_test.py28 def apply_filter(self, input_dataset, predicate): argument
Dfilter_test_base.py33 def apply_filter(self, input_dataset, predicate): argument
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dsliding.py30 def __init__(self, input_dataset, window_size, window_shift, window_stride): argument
/external/tensorflow/tensorflow/python/data/util/
Dtraverse_test.py31 def __init__(self, input_dataset): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc71 NodeDef* AddMapNode(MutableGraphView* graph, const string& input_dataset, in AddMapNode()
105 NodeDef* AddPrefetchNode(MutableGraphView* graph, const string& input_dataset, in AddPrefetchNode()
118 NodeDef* AddBatchNode(MutableGraphView* graph, const string& input_dataset, in AddBatchNode()
285 const string& input_dataset, const string& map_fn, in AddMapAndBatchNode()
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py115 def _compare(self, input_dataset, map_fn, batch_size, input_size, str_id): argument
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_iterator.cc51 const DatasetBase* input_dataset, Params params) in ParallelMapIterator()
408 const DatasetBase* input_dataset, in NewParallelMapIterator()
/external/tensorflow/tensorflow/python/distribute/
Dinput_ops_test.py267 def __init__(self, input_dataset): argument

12