Searched refs:creation_function (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dcache.py78 def get_or_create(self, key, creation_function, **kw):
82 return self._ctx_get_or_create(key, creation_function, None, **kw)
84 def _ctx_get_or_create(self, key, creation_function, context, **kw):
89 return creation_function()
93 creation_function,
194 def get_or_create(self, key, creation_function, **kw):
205 :param creation_function: function that when called generates
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_placer.h84 ComputationPlacerCreationFunction creation_function);
96 // up creation_function, and then we use that to lazily create "placer" the
100 ComputationPlacerCreationFunction creation_function = nullptr; member in struct:xla::ComputationPlacer::State
H A Dcomputation_placer.cc101 ComputationPlacerCreationFunction creation_function) {
106 (*computation_placers)[platform_id].creation_function = creation_function;
125 it->second.placer = (*it->second.creation_function)();
H A Dtransfer_manager.cc84 TransferManagerCreationFunction creation_function) {
89 (*managers)[platform_id].creation_function = creation_function;
108 it->second.manager = (*it->second.creation_function)();
82 RegisterTransferManager( se::Platform::Id platform_id, TransferManagerCreationFunction creation_function) argument
H A Dtransfer_manager.h181 // set up creation_function, and then we use that to lazily create
185 TransferManagerCreationFunction creation_function = nullptr; member in struct:xla::TransferManager::State

Completed in 297 milliseconds