Contains classes for the forward stage of the neural network layer.
More...
|
class | LayerIface |
| Abstract class which defines interface for the layer. More...
|
|
class | LayerIfaceImpl |
| Implements the abstract interface LayerIface. LayerIfaceImpl is, in turn, the base class for the classes interfacing the layers. More...
|
|
class | LayerContainerIfaceImpl |
| Provides methods of base container for forward layers. This class is associated with the daal::algorithms::neural_networks::layers::forward::LayerContainerIfaceImpl class. More...
|
|
class | LayerDescriptor |
| Class defining descriptor for layer on forward stage. More...
|
|
class | InputIface |
| Abstract class that specifies interface of the input objects for the neural network layer algorithm. More...
|
|
class | Input |
| Input objects for layer algorithm More...
|
|
class | Result |
| Provides methods to access the result obtained with the compute() method of the layer algorithm. More...
|
|
Available identifiers of input objects for the layer algorithm
Enumerator |
---|
data |
Input data
|
Available identifiers of input objects for the layer algorithm
Available identifiers of results for the layer algorithm
Enumerator |
---|
value |
Table to store the result
|
Available identifiers of results for the layer algorithm
Enumerator |
---|
resultForBackward |
Data for backward step
|