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

List of all members
Parameter Class Reference

Class Declaration

Parameters of the neural network layer

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

Constructor & Destructor Documentation

DAAL_DEPRECATED Parameter ( )

Default constructor

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

Member Data Documentation

bool allowInplaceComputation

Flag specifying whether the layer can use inplace computations

initializers::InitializerIfacePtr biasesInitializer

Layer biases initializer

bool predictionStage

Flag specifying whether the layer is used for the prediction stage or not

bool propagateGradient

Flag specifying whether backward layer propagates the gradient

bool weightsAndBiasesInitialized

Weights and biases initialization status. True if weights and biases are initialized, false otherwise.

initializers::InitializerIfacePtr weightsInitializer

Layer weights initializer


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

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