Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dplatform_util.cc61 PlatformUtil::GetSupportedPlatforms() { in GetSupportedPlatforms() function in xla::PlatformUtil
87 TF_ASSIGN_OR_RETURN(auto platforms, GetSupportedPlatforms()); in GetSolePlatform()
108 TF_ASSIGN_OR_RETURN(auto platforms, GetSupportedPlatforms()); in GetDefaultPlatform()
144 TF_ASSIGN_OR_RETURN(auto platforms, PlatformUtil::GetSupportedPlatforms()); in GetPlatform()
160 TF_ASSIGN_OR_RETURN(auto platforms, PlatformUtil::GetSupportedPlatforms()); in GetPlatformExceptFor()
Dplatform_util.h38 static StatusOr<std::vector<se::Platform*>> GetSupportedPlatforms();
Dshaped_buffer_test.cc32 xla::PlatformUtil::GetSupportedPlatforms()); in TEST()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc112 PlatformUtil::GetSupportedPlatforms().ConsumeValueOrDie()) { in FindPlatform()