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

Method WriteEvent

tensorflow/core/debug/debug_io_utils.cc:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752bool DebugGrpcChannel::WriteEvent(const Event& event) {
753 mutex_lock l(mu_);
754 return reader_writer_->Write(event);
755}
756
757bool DebugGrpcChannel::ReadEventReply(EventReply* event_reply) {
758 mutex_lock l(mu_);

Callers 1

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected