Home
last modified time | relevance | path

Searched refs:cons_cb (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbuf_rendezvous.cc46 if (h->cons_cb != nullptr) { in PurgeTable()
47 h->cons_cb(s, nullptr); in PurgeTable()
62 ", ccb:", reinterpret_cast<uint64>(&cons_cb), "]"); in DebugString()
96 if (h->cons_cb != nullptr) { in ProvideBuf()
104 h->cons_cb(Status::OK(), h); in ProvideBuf()
124 if (it->second->cons_cb) { in ConsumeBuf()
131 existing_hook->cons_cb = done; in ConsumeBuf()
136 h->cons_cb = done; in ConsumeBuf()
141 existing_hook->cons_cb(Status::OK(), existing_hook); in ConsumeBuf()
Dbuf_rendezvous.h65 ConsumerCallback cons_cb; member
71 cons_cb(nullptr) {} in Hook()