Home
last modified time | relevance | path

Searched defs:creation_function (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/mako/mako/
Dcache.py79 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/
Dtest_cache.py31 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 Dcomputation_placer.h118 ComputationPlacerCreationFunction creation_function = nullptr; member
H A Dtransfer_manager.h337 TransferManagerCreationFunction creation_function = nullptr; member
H A Dcomputation_placer.cc163 ComputationPlacerCreationFunction creation_function) { in RegisterComputationPlacer()
H A Dtransfer_manager.cc253 TransferManagerCreationFunction creation_function) { in RegisterTransferManager()
/aosp_15_r20/external/python/mako/mako/ext/
Dbeaker_cache.py68 def get_or_create(self, key, creation_function, **kw): argument
/aosp_15_r20/external/python/mako/mako/testing/
Dfixtures.py102 def get_or_create(self, key, creation_function, **kw): argument