Searched refs:creation_function (Results 1 – 4 of 4) sorted by relevance
149 ComputationPlacerCreationFunction creation_function) { in RegisterComputationPlacer() argument154 (*computation_placers)[platform_id].creation_function = creation_function; in RegisterComputationPlacer()173 it->second.placer = (*it->second.creation_function)(); in GetForPlatform()
95 ComputationPlacerCreationFunction creation_function);111 ComputationPlacerCreationFunction creation_function = nullptr; member
257 TransferManagerCreationFunction creation_function) { in RegisterTransferManager() argument262 (*managers)[platform_id].creation_function = creation_function; in RegisterTransferManager()281 it->second.manager = (*it->second.creation_function)(); in GetForPlatform()
331 TransferManagerCreationFunction creation_function = nullptr; member