CMS 3D CMS Logo

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

Public Member Functions

 NTSessionRegistrar ()
 

Detailed Description

Definition at line 167 of file NTSession.cc.

Constructor & Destructor Documentation

tensorflow::NTSessionRegistrar::NTSessionRegistrar ( )
inline

Definition at line 169 of file NTSession.cc.

References tensorflow::NTSessionFactory::NTSessionFactory().

169  {
170  SessionFactory::Register("NOTHREADS_SESSION", new NTSessionFactory());
171  }