Searched defs:_apply_fn (Results 1 - 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/data/python/ops/
H A Denumerate_ops.py53 def _apply_fn(dataset): function in function:enumerate_dataset
58 return _apply_fn
H A Dunique.py45 def _apply_fn(dataset): function in function:unique
48 return _apply_fn
H A Derror_ops.py50 def _apply_fn(dataset): function in function:ignore_errors
53 return _apply_fn
H A Dresampling.py54 def _apply_fn(dataset): function in function:rejection_resample
112 return _apply_fn
H A Dscan_ops.py193 def _apply_fn(dataset): function in function:scan
196 return _apply_fn
H A Dshuffle_ops.py117 def _apply_fn(dataset): # pylint: disable=missing-docstring function in function:shuffle_and_repeat
120 return _apply_fn
H A Dgrouping.py80 def _apply_fn(dataset): function in function:group_by_window
85 return _apply_fn
H A Dinterleave_ops.py164 def _apply_fn(dataset): function in function:parallel_interleave
169 return _apply_fn
223 def _apply_fn(dataset): function in function:sloppy_interleave
233 return _apply_fn
H A Dstats_ops.py124 def _apply_fn(dataset): function in function:bytes_produced_stats
128 return _apply_fn
146 def _apply_fn(dataset): function in function:latency_stats
149 return _apply_fn
H A Dbatching.py76 def _apply_fn(dataset): function in function:dense_to_sparse_batch
79 return _apply_fn
95 def _apply_fn(dataset): function in function:unbatch
105 return _apply_fn
111 def _apply_fn(dataset): function in function:filter_irregular_batches
147 return _apply_fn
180 def _apply_fn(dataset): function in function:batch_and_drop_remainder
185 return _apply_fn
214 def _apply_fn(dataset): function in function:padded_batch_and_drop_remainder
220 return _apply_fn
413 def _apply_fn(dataset): function in function:map_and_batch
[all...]
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dtensor_queue_dataset.py161 def _apply_fn(dataset): function in function:prepend_from_queue_and_padded_batch_dataset
168 return _apply_fn

Completed in 109 milliseconds