Searched refs:GetForPlatform (Results 1 – 16 of 16) sorted by relevance
107 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform)); in CreateBackend()112 TransferManager::GetForPlatform(platform)); in CreateBackend()114 ComputationPlacer::GetForPlatform(platform)); in CreateBackend()
90 static StatusOr<ComputationPlacer*> GetForPlatform(
53 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform)); in NewService()
82 /* static */ StatusOr<Compiler*> Compiler::GetForPlatform( in GetForPlatform() function in xla::Compiler
124 /* static */ StatusOr<ComputationPlacer*> ComputationPlacer::GetForPlatform( in GetForPlatform() function in xla::ComputationPlacer
242 static StatusOr<Compiler*> GetForPlatform(const se::Platform* platform);
261 static StatusOr<TransferManager*> GetForPlatform(
71 auto compiler_status = Compiler::GetForPlatform(platform); in GetSupportedPlatforms()
211 /* static */ StatusOr<TransferManager*> TransferManager::GetForPlatform( in GetForPlatform() function in xla::TransferManager
84 TransferManager::GetForPlatform(platform)); in ExecuteOnStream()
33 compiler_(Compiler::GetForPlatform(stream_exec_->platform())
127 TransferManager::GetForPlatform(local_client_->platform()).ValueOrDie(); in LocalClientTestBase()
743 TransferManager::GetForPlatform(platform).ValueOrDie(); in BM_DynamicSlice()
907 TransferManager::GetForPlatform(platform).ValueOrDie(); in BM_LocalClientOverhead()
695 auto compiler = Compiler::GetForPlatform(platform).ValueOrDie(); in RealMain()
215 xla::Compiler::GetForPlatform(platform.ValueOrDie()); in BuildCompilationCache()