Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions
nom::repr::DeviceAnnotation Class Reference
Inheritance diagram for nom::repr::DeviceAnnotation:
nom::repr::Annotation

Public Member Functions

 DeviceAnnotation (std::string device)
 
void setDevice (std::string device)
 
const std::string getDevice () const
 
- Public Member Functions inherited from nom::repr::Annotation
 Annotation (AnnotationKind K)
 
AnnotationKind getKind () const
 
 Annotation (const Annotation &)=delete
 
Annotationoperator= (Annotation &)=delete
 
void * getSaved () const
 
void setSaved (void *saved)
 

Static Public Member Functions

static bool classof (const Annotation *A)
 

Additional Inherited Members

- Public Types inherited from nom::repr::Annotation
enum  AnnotationKind { Generic, Device }
 

Detailed Description

Definition at line 57 of file NeuralNet.h.


The documentation for this class was generated from the following file: