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

Method RemoveTensorResponse

tensorflow/contrib/verbs/rdma.cc:990–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990void RdmaChannel::RemoveTensorResponse(uint32_t request_index) {
991 mutex_lock lock{mu_};
992 responses_table_.erase(request_index);
993}
994
995void RdmaTensorResponse::Start() {
996 Rendezvous::ParsedKey parsed;

Callers 1

DestroyMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected