Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h251 Status GetBucketLocation(const string& bucket, string* location);
Dgcs_file_system.cc1161 TF_RETURN_IF_ERROR(GetBucketLocation(bucket, &location)); in CheckBucketLocationConstraint()
1172 Status GcsFileSystem::GetBucketLocation(const string& bucket, in GetBucketLocation() function in tensorflow::GcsFileSystem