HomeSort by relevance Sort by last modified time
    Searched refs:_apply_fn (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/python/data/experimental/ops/
stats_ops.py 44 def _apply_fn(dataset): function in function:set_stats_aggregator
48 return _apply_fn
67 def _apply_fn(dataset): function in function:bytes_produced_stats
73 return _apply_fn
92 def _apply_fn(dataset): function in function:latency_stats
97 return _apply_fn
enumerate_ops.py 55 def _apply_fn(dataset): function in function:enumerate_dataset
60 return _apply_fn
error_ops.py 49 def _apply_fn(dataset): function in function:ignore_errors
52 return _apply_fn
optimization.py 46 def _apply_fn(dataset): function in function:assert_next
50 return _apply_fn
61 def _apply_fn(dataset): function in function:model
65 return _apply_fn
76 def _apply_fn(dataset): function in function:non_serializable
80 return _apply_fn
96 def _apply_fn(dataset): function in function:optimize
100 return _apply_fn
sleep.py 49 def _apply_fn(dataset): function in function:sleep
52 return _apply_fn
take_while_ops.py 69 def _apply_fn(dataset): function in function:take_while
72 return _apply_fn
unique.py 45 def _apply_fn(dataset): function in function:unique
48 return _apply_fn
shuffle_ops.py 89 def _apply_fn(dataset): # pylint: disable=missing-docstring function in function:shuffle_and_repeat
92 return _apply_fn
prefetching_ops.py 51 def _apply_fn(dataset): function in function:prefetch_to_device
55 return _apply_fn
71 def _apply_fn(dataset): function in function:copy_to_device
79 return _apply_fn
278 def _apply_fn(dataset): function in function:map_on_gpu
281 return _apply_fn
grouping.py 59 def _apply_fn(dataset): function in function:group_by_reducer
63 return _apply_fn
118 def _apply_fn(dataset): function in function:group_by_window
123 return _apply_fn
238 def _apply_fn(dataset): function in function:bucket_by_sequence_length
243 return _apply_fn
parsing_ops.py 130 def _apply_fn(dataset): function in function:parse_example_dataset
144 return _apply_fn
scan_ops.py 170 def _apply_fn(dataset): function in function:scan
173 return _apply_fn
batching.py 200 def _apply_fn(dataset): function in function:dense_to_sparse_batch
203 return _apply_fn
416 def _apply_fn(dataset): function in function:unbatch
445 return _apply_fn
660 def _apply_fn(dataset): function in function:map_and_batch_with_legacy_function
665 return _apply_fn
724 def _apply_fn(dataset): function in function:map_and_batch
728 return _apply_fn
interleave_ops.py 90 def _apply_fn(dataset): function in function:parallel_interleave
95 return _apply_fn
resampling.py 57 def _apply_fn(dataset): function in function:rejection_resample
101 return _apply_fn
  /external/tensorflow/tensorflow/contrib/data/python/ops/
batching.py 131 def _apply_fn(dataset): function in function:batch_and_drop_remainder
135 return _apply_fn
166 def _apply_fn(dataset): function in function:padded_batch_and_drop_remainder
172 return _apply_fn
218 def _apply_fn(dataset): function in function:assert_element_shape
228 return _apply_fn
sliding.py 115 def _apply_fn(dataset): function in function:sliding_window_batch
118 return _apply_fn
  /external/tensorflow/tensorflow/python/data/kernel_tests/
dataset_test.py 55 def _apply_fn(dataset): function in function:DatasetTest.make_apply_fn.apply_fn
58 return dataset.apply(_apply_fn)
  /external/tensorflow/tensorflow/contrib/bigtable/python/ops/
bigtable_api.py 187 def _apply_fn(dataset): function in function:BigtableTable.lookup_columns
191 return _apply_fn

Completed in 510 milliseconds