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

List of all members
LayerContainerIfaceImpl Class Reference

Provides methods of base container for forward layers. This class is associated with the daal::algorithms::neural_networks::layers::forward::LayerContainerIfaceImpl class. More...

Class Declaration

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

Member Function Documentation

virtual DAAL_DEPRECATED_VIRTUAL services::Status allocateInput ( )
virtual

Allocates weights and biases tensors if they exist

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

Reimplemented in AlgorithmDispatchLayerContainer< mode, sse2Container >.

virtual DAAL_DEPRECATED_VIRTUAL services::Status initializeInput ( )
virtual

Initializes values of weights and biases

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

Reimplemented in AlgorithmDispatchLayerContainer< mode, sse2Container >.

virtual DAAL_DEPRECATED_VIRTUAL services::Status setupCompute ( )
inlinevirtual

Returns a serialization tag, a unique identifier of this class used in serialization

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

Reimplemented in AlgorithmDispatchLayerContainer< mode, sse2Container >.


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

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