C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
LayerIfaceImpl Class Reference

Implements the abstract interface LayerIface. LayerIfaceImpl is, in turn, the base class for the classes interfacing the layers. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

virtual ~LayerIfaceImpl ( )
inlinevirtual
Deprecated:
This item will be removed in a future release.

Member Function Documentation

virtual DAAL_DEPRECATED_VIRTUAL services::Status addInput ( backward::ResultPtr  result,
size_t  resultIndex,
size_t  inputIndex 
)
inlinevirtual

Connects two layers in neural network by getting tensor with gradient from the result of the previous layer and adding it to the input object of this layer algorithm

Parameters
[in]resultStructure that contains results of the previous layer
[in]resultIndexIndex of the tensor with gradient in the structure that contains results of the previous layer
[in]inputIndexIndex in the input object of this layer algorithm where the tensor with gradient should be placed
Deprecated:
This item will be removed in a future release.
Deprecated:
This item will be removed in a future release.

Implements LayerIface.


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

For more complete information about compiler optimizations, see our Optimization Notice.