CMS 3D CMS Logo

TfGraphDefWrapper.cc
Go to the documentation of this file.
2 
3 TfGraphDefWrapper::TfGraphDefWrapper(tensorflow::Session* session, tensorflow::GraphDef* graph)
4  : session_(session), graph_(graph) {}
5 const tensorflow::Session* TfGraphDefWrapper::getSession() const { return session_; }
6 
const tensorflow::Session * getSession() const
bool closeSession(Session *&session)
Definition: TensorFlow.cc:234
TfGraphDefWrapper(tensorflow::Session *, tensorflow::GraphDef *)
tensorflow::Session * session_