C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

Class Declaration

Parameters of the neural network layer

Constructor & Destructor Documentation

◆ Parameter()

Parameter ( )

Default constructor

Member Data Documentation

◆ allowInplaceComputation

bool allowInplaceComputation

Flag specifying whether the layer can use inplace computations

◆ biasesInitializer

initializers::InitializerIfacePtr biasesInitializer

Layer biases initializer

◆ predictionStage

bool predictionStage

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

◆ propagateGradient

bool propagateGradient

Flag specifying whether backward layer propagates the gradient

◆ weightsAndBiasesInitialized

bool weightsAndBiasesInitialized

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

◆ weightsInitializer

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.