Home
last modified time | relevance | path

Searched refs:GcsThrottle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle.cc22 GcsThrottle::GcsThrottle(EnvTime* env_time) in GcsThrottle() function in tensorflow::GcsThrottle
27 bool GcsThrottle::AdmitRequest() { in AdmitRequest()
37 void GcsThrottle::RecordResponse(size_t num_bytes) { in RecordResponse()
43 void GcsThrottle::SetConfig(GcsThrottleConfig config) { in SetConfig()
50 void GcsThrottle::UpdateState() { in UpdateState()
Dgcs_throttle.h68 class GcsThrottle {
73 explicit GcsThrottle(EnvTime* env_time = EnvTime::Default());
Dgcs_throttle_test.cc46 GcsThrottle throttle_;
101 GcsThrottle throttle(&time); in TEST()
Dgcs_file_system.h52 virtual void Configure(GcsFileSystem* fs, GcsThrottle* throttle,
318 GcsThrottle throttle_;
Dgcs_file_system_test.cc3233 void Configure(GcsFileSystem* fs, GcsThrottle* throttle, in Configure()
3259 GcsThrottle* throttle_ = nullptr;