Searched refs:GetSupportedPlatforms (Results 1 – 4 of 4) sorted by relevance
61 PlatformUtil::GetSupportedPlatforms() { in GetSupportedPlatforms() function in xla::PlatformUtil87 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()
38 static StatusOr<std::vector<se::Platform*>> GetSupportedPlatforms();
32 xla::PlatformUtil::GetSupportedPlatforms()); in TEST()
112 PlatformUtil::GetSupportedPlatforms().ConsumeValueOrDie()) { in FindPlatform()