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

Method RecordClose

tensorflow/python/client/session_ref.cc:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 Status RecordClose(Session* session) {
223 return RecordClose(session, *kEmptyRunOptions());
224 }
225
226 // N.B. RunOptions is not stored (it has no entry in CloseRequest)
227 Status RecordClose(Session* session, const RunOptions& run_options) {

Callers 1

CloseMethod · 0.80

Calls 3

kEmptyRunOptionsFunction · 0.85
SessionToHandleFunction · 0.85
set_session_handleMethod · 0.80

Tested by

no test coverage detected