Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_placer.cc191 static std::unique_ptr<xla::ComputationPlacer> CreateComputationPlacer() { in CreateComputationPlacer() function
197 stream_executor::host::kHostPlatformId, &CreateComputationPlacer); in InitModule()
199 stream_executor::cuda::kCudaPlatformId, &CreateComputationPlacer); in InitModule()
201 stream_executor::rocm::kROCmPlatformId, &CreateComputationPlacer); in InitModule()