Searched refs:creation_function (Results 1 – 4 of 4) sorted by relevance
116 ComputationPlacerCreationFunction creation_function) { in RegisterComputationPlacer() argument121 (*computation_placers)[platform_id].creation_function = creation_function; in RegisterComputationPlacer()140 it->second.placer = (*it->second.creation_function)(); in GetForPlatform()
86 ComputationPlacerCreationFunction creation_function);102 ComputationPlacerCreationFunction creation_function = nullptr; member
203 TransferManagerCreationFunction creation_function) { in RegisterTransferManager() argument208 (*managers)[platform_id].creation_function = creation_function; in RegisterTransferManager()227 it->second.manager = (*it->second.creation_function)(); in GetForPlatform()
297 TransferManagerCreationFunction creation_function = nullptr; member