Searched defs:creation_function (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/mako/mako/ |
D | cache.py | 79 def get_or_create(self, key, creation_function, **kw): argument 85 def _ctx_get_or_create(self, key, creation_function, context, **kw): argument 195 def get_or_create(self, key, creation_function, **kw): argument
|
/aosp_15_r20/external/python/mako/test/ |
D | test_cache.py | 31 def get_or_create(self, key, creation_function, **kw): argument 58 def get_or_create(self, key, creation_function, **kw): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | computation_placer.h | 118 ComputationPlacerCreationFunction creation_function = nullptr; member
|
H A D | transfer_manager.h | 337 TransferManagerCreationFunction creation_function = nullptr; member
|
H A D | computation_placer.cc | 163 ComputationPlacerCreationFunction creation_function) { in RegisterComputationPlacer()
|
H A D | transfer_manager.cc | 253 TransferManagerCreationFunction creation_function) { in RegisterTransferManager()
|
/aosp_15_r20/external/python/mako/mako/ext/ |
D | beaker_cache.py | 68 def get_or_create(self, key, creation_function, **kw): argument
|
/aosp_15_r20/external/python/mako/mako/testing/ |
D | fixtures.py | 102 def get_or_create(self, key, creation_function, **kw): argument
|