Home
last modified time | relevance | path

Searched refs:creation_function (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_placer.cc149 ComputationPlacerCreationFunction creation_function) { in RegisterComputationPlacer() argument
154 (*computation_placers)[platform_id].creation_function = creation_function; in RegisterComputationPlacer()
173 it->second.placer = (*it->second.creation_function)(); in GetForPlatform()
Dcomputation_placer.h95 ComputationPlacerCreationFunction creation_function);
111 ComputationPlacerCreationFunction creation_function = nullptr; member
Dtransfer_manager.cc257 TransferManagerCreationFunction creation_function) { in RegisterTransferManager() argument
262 (*managers)[platform_id].creation_function = creation_function; in RegisterTransferManager()
281 it->second.manager = (*it->second.creation_function)(); in GetForPlatform()
Dtransfer_manager.h331 TransferManagerCreationFunction creation_function = nullptr; member