C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters of the neural network layer
DAAL_DEPRECATED Parameter | ( | ) |
Default constructor
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
For more complete information about compiler optimizations, see our Optimization Notice.