Home
last modified time | relevance | path

Searched refs:allowed_locations (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h97 const std::unordered_set<string>& allowed_locations,
158 std::unordered_set<string> allowed_locations() const { in allowed_locations() function
Dgcs_file_system_test.cc3077 EXPECT_EQ(*kAllowedLocationsDefault, fs1.allowed_locations()); in TEST()
3088 EXPECT_EQ(*kAllowedLocationsAuto, fs1.allowed_locations()); in TEST()
3093 fs2.allowed_locations()); in TEST()
Dgcs_file_system.cc812 TimeoutConfig timeouts, const std::unordered_set<string>& allowed_locations, in GcsFileSystem() argument
824 allowed_locations_(allowed_locations), in GcsFileSystem()