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

Method RecordNewSession

tensorflow/python/client/session_ref.cc:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 Status RecordNewSession(Session* session) {
112 ReplayOp op;
113 NewReplaySession* req = op.mutable_new_replay_session();
114 req->set_session_handle(SessionToHandle(session));
115 return Flush(op);
116 }
117
118 Status RecordRun(Session* session,
119 const std::vector<std::pair<string, Tensor> >& inputs,

Callers 1

SessionRefMethod · 0.80

Calls 2

SessionToHandleFunction · 0.85
set_session_handleMethod · 0.80

Tested by

no test coverage detected