Public Member Functions | |
bool | AcceptsOptions (const SessionOptions &options) override |
void | Deregister (const NTSession *session) |
Session * | NewSession (const SessionOptions &options) override |
NTSessionFactory () | |
Status | Reset (const SessionOptions &options, const std::vector< string > &containers) override |
Private Member Functions | |
std::vector< NTSession * > sessions_ | GUARDED_BY (sessions_lock_) |
Private Attributes | |
mutex | sessions_lock_ |
Definition at line 104 of file NTSession.cc.
|
inline |
Definition at line 106 of file NTSession.cc.
Referenced by tensorflow::NTSessionRegistrar::NTSessionRegistrar().
|
inlineoverride |
Definition at line 108 of file NTSession.cc.
|
inline |
Definition at line 156 of file NTSession.cc.
References checklumidiff::l, MatrixUtil::remove(), dataDML::session, and sessions_lock_.
Referenced by tensorflow::NTSession::Close().
|
private |
|
inlineoverride |
Definition at line 112 of file NTSession.cc.
References dqm::qstatus::ERROR, checklumidiff::l, LOG, alignCSCRings::s, dataDML::session, sessions_lock_, and btagGenBb_cfi::Status.
|
inlineoverride |
Definition at line 134 of file NTSession.cc.
References checklumidiff::l, alignCSCRings::s, dataDML::session, sessions_lock_, btagGenBb_cfi::Status, and std::swap().
|
private |
Definition at line 163 of file NTSession.cc.
Referenced by Deregister(), NewSession(), and Reset().