Home
last modified time | relevance | path

Searched defs:apply_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dmap_test.py136 def _map_dataset_factory(self, components, apply_map, count): argument
149 def testMapDataset(self, apply_map): argument
170 def testMapDatasetMultiThreaded(self, apply_map): argument
202 def _parallel_map_dataset_factory(self, components, apply_map, count, argument
226 def testParallelMapDataset(self, apply_map, num_parallel_calls, buffer_size): argument
256 def testParallelMapDatasetMultiThreaded(self, apply_map, num_parallel_calls, argument
294 def testImplicitDisposeParallelMapDataset(self, apply_map): argument
313 def testParallelMapUnspecifiedOutputSize(self, apply_map): argument
327 def testParallelMapError(self, apply_map): argument
347 def testPrefetchError(self, apply_map): argument
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/video/
H A Dgraphics.c229 static inline uint8_t apply_map(uint8_t color, in apply_map() function