Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
nom::repr::Annotation Class Reference

Annotations allow for generic manipulation of neural network operations. More...

#include <NeuralNet.h>

Inheritance diagram for nom::repr::Annotation:
caffe2::Caffe2Annotation OnnxAnnotation

Public Types

enum  AnnotationKind { Generic, Caffe2 }
 

Public Member Functions

 Annotation (AnnotationKind kind)
 
AnnotationKind getKind () const
 

Detailed Description

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.


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