Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.cc107 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform)); in CreateBackend()
112 TransferManager::GetForPlatform(platform)); in CreateBackend()
114 ComputationPlacer::GetForPlatform(platform)); in CreateBackend()
Dcomputation_placer.h90 static StatusOr<ComputationPlacer*> GetForPlatform(
Dcompile_only_service.cc53 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform)); in NewService()
Dcompiler.cc82 /* static */ StatusOr<Compiler*> Compiler::GetForPlatform( in GetForPlatform() function in xla::Compiler
Dcomputation_placer.cc124 /* static */ StatusOr<ComputationPlacer*> ComputationPlacer::GetForPlatform( in GetForPlatform() function in xla::ComputationPlacer
Dcompiler.h242 static StatusOr<Compiler*> GetForPlatform(const se::Platform* platform);
Dtransfer_manager.h261 static StatusOr<TransferManager*> GetForPlatform(
Dplatform_util.cc71 auto compiler_status = Compiler::GetForPlatform(platform); in GetSupportedPlatforms()
Dtransfer_manager.cc211 /* static */ StatusOr<TransferManager*> TransferManager::GetForPlatform( in GetForPlatform() function in xla::TransferManager
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc84 TransferManager::GetForPlatform(platform)); in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator_test.cc33 compiler_(Compiler::GetForPlatform(stream_exec_->platform())
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc127 TransferManager::GetForPlatform(local_client_->platform()).ValueOrDie(); in LocalClientTestBase()
Ddynamic_ops_test.cc743 TransferManager::GetForPlatform(platform).ValueOrDie(); in BM_DynamicSlice()
Dlocal_client_execute_test.cc907 TransferManager::GetForPlatform(platform).ValueOrDie(); in BM_LocalClientOverhead()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc695 auto compiler = Compiler::GetForPlatform(platform).ValueOrDie(); in RealMain()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc215 xla::Compiler::GetForPlatform(platform.ValueOrDie()); in BuildCompilationCache()