Searched refs:GetDefaultPlatform (Results 1 - 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dplatform_util.h45 static StatusOr<perftools::gputools::Platform*> GetDefaultPlatform();
H A Dcompile_only_service.cc50 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform());
H A Dlocal_service.cc54 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform());
H A Dbackend.cc97 PlatformUtil::GetDefaultPlatform());
H A Dplatform_util.cc120 /* static */ StatusOr<se::Platform*> PlatformUtil::GetDefaultPlatform() { function in class:xla::PlatformUtil
H A Dservice.cc137 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform());
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient_library.cc86 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform());
133 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform());
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dxla_hlo_profile_test.cc184 PlatformUtil::GetDefaultPlatform());
253 PlatformUtil::GetDefaultPlatform());
H A Dlocal_client_test_base.cc97 platform == nullptr ? PlatformUtil::GetDefaultPlatform().ValueOrDie()
H A Dhlo_test_base.cc58 auto result = PlatformUtil::GetDefaultPlatform();
H A Ddynamic_ops_test.cc666 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie();
H A Dfusion_test.cc762 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie();
H A Dlocal_client_execute_test.cc900 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie();
H A Dwhile_test.cc1258 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie();

Completed in 196 milliseconds