Annotations allow for generic manipulation of neural network operations. More...
#include <NeuralNet.h>
Public Types | |
enum | AnnotationKind { Generic, Caffe2 } |
Public Member Functions | |
Annotation (AnnotationKind kind) | |
AnnotationKind | getKind () const |
Annotations allow for generic manipulation of neural network operations.
The base class contains a saved void* pointer for external use. Derived classes add richer semantics to the annotation and it is encouraged to use them.
Definition at line 44 of file NeuralNet.h.