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

Method DoneWithHook

tensorflow/core/common_runtime/buf_rendezvous.cc:176–179  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

174
175/*static*/
176void BufRendezvous::DoneWithHook(Hook* h) {
177 h->prod_cb(Status::OK());
178 delete h;
179}
180
181void BufRendezvous::LogContents() {
182 mutex_lock l(mu_);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64