CMS 3D CMS Logo

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

Public Member Functions

 NTSessionRegistrar ()
 

Detailed Description

Definition at line 166 of file NTSession.cc.

Constructor & Destructor Documentation

tensorflow::NTSessionRegistrar::NTSessionRegistrar ( )
inline

Definition at line 168 of file NTSession.cc.

References tensorflow::NTSessionFactory::NTSessionFactory().

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