Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dplatform_util.cc66 StatusOr<std::vector<se::Platform*>> GetSupportedPlatforms() { in GetSupportedPlatforms() function
83 PlatformUtil::GetSupportedPlatforms() { in GetSupportedPlatforms() function in xla::PlatformUtil
85 return xla::GetSupportedPlatforms(); in GetSupportedPlatforms()
89 TF_ASSIGN_OR_RETURN(auto platforms, GetSupportedPlatforms()); in GetDefaultPlatform()
Dplatform_util.h38 static StatusOr<std::vector<se::Platform*>> GetSupportedPlatforms();