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

Method GetTensorRequest

tensorflow/contrib/verbs/rdma.cc:687–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687RdmaTensorRequest* RdmaChannel::GetTensorRequest(uint32_t request_index) {
688 mutex_lock lock{ct_mu_};
689 RequestTable::iterator iter = request_table_.find(request_index);
690 CHECK(iter != request_table_.end());
691 return &iter->second;
692}
693
694void RdmaChannel::Connect() {
695 {

Callers 1

Process_CQMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected