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

List of all members
LayerDescriptor Class Reference

Class defining descriptor for layer on forward stage. More...

Class Declaration

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

Constructor & Destructor Documentation

LayerDescriptor ( )
inline

Constructs an empty layer descriptor with zero index

Deprecated:
This item will be removed in a future release.
LayerDescriptor ( const size_t  index_,
const forward::LayerIfacePtr &  layer_,
const NextLayers &  nextLayers_ 
)
inline

Constructs a layer descriptor from the provided layer object and an index to be assigned to this object, and the collection of indices of the layers following the current layer in the network

Parameters
[in]index_Index of the neural network layer
[in]layer_Neural network layer
[in]nextLayers_Layers following the current layer in the network
Deprecated:
This item will be removed in a future release.
LayerDescriptor ( const size_t  index_,
const forward::LayerIfacePtr &  layer_ 
)
inline

Constructs a layer descriptor from the provided layer object and an index to be assigned to this object

Parameters
[in]index_Index of the neural network layer
[in]layer_Neural network layer
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED LayerDescriptor ( const LayerDescriptor other)
inline

Constructor

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

Member Function Documentation

services::Status addNext ( size_t  index)
inline

Adds index of a layer to the list of next layers

Parameters
[in]indexIndex to add
Returns
Status of computations
Deprecated:
This item will be removed in a future release.
size_t index ( ) const
inline

Access to the index of the layer in the network

Returns
Index of the layer in the network
Deprecated:
This item will be removed in a future release.
const forward::LayerIfacePtr& layer ( ) const
inline

Access to the layer in the network

Returns
The layer in the network
Deprecated:
This item will be removed in a future release.
const NextLayers& nextLayers ( ) const
inline

Access to the collection of indices of the layers following the current layer in the network

Returns
The collection of indices of the layers following the current layer in the network
Deprecated:
This item will be removed in a future release.

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

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