MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetRequestStats

Method SetRequestStats

tensorflow/core/platform/cloud/curl_http_request.cc:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void CurlHttpRequest::SetRequestStats(RequestStats* stats) {
210 CheckNotSent();
211 CHECK(stats_ == nullptr) << "SetRequestStats already called";
212 stats_ = stats;
213}
214
215void CurlHttpRequest::SetDeleteRequest() {
216 CheckNotSent();

Callers 2

CreateHttpRequestMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36