CMS 3D CMS Logo

List of all members | Public Member Functions
tensorflow::NTSessionRegistrar Class Reference

Public Member Functions

 NTSessionRegistrar ()
 

Detailed Description

Definition at line 170 of file NTSession.cc.

Constructor & Destructor Documentation

tensorflow::NTSessionRegistrar::NTSessionRegistrar ( )
inline

Definition at line 172 of file NTSession.cc.

References tensorflow::NTSessionFactory::NTSessionFactory().

172  {
173  SessionFactory::Register("NOTHREADS_SESSION", new NTSessionFactory());
174  }