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

Method ReadEventReply

tensorflow/core/debug/debug_io_utils.cc:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757bool DebugGrpcChannel::ReadEventReply(EventReply* event_reply) {
758 mutex_lock l(mu_);
759 return reader_writer_->Read(event_reply);
760}
761
762void DebugGrpcChannel::ReceiveAndProcessEventReplies(const size_t max_replies) {
763 EventReply event_reply;

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected