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

Method ~SessionLogger

tensorflow/python/client/session_ref.cc:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 ~SessionLogger() {
106 log_writer_->Close().IgnoreError();
107 log_writer_.release();
108 log_file_->Close().IgnoreError();
109 }
110
111 Status RecordNewSession(Session* session) {
112 ReplayOp op;

Callers

nothing calls this directly

Calls 3

IgnoreErrorMethod · 0.45
CloseMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected