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

Namespaces | Enumerations
daal::algorithms::neural_networks::layers::fullyconnected Namespace Reference

Contains classes for neural network fully-connected layer.

Namespaces

 backward
 Contains classes for backward fully-connected layer.
 
 forward
 Contains classes for the forward fully-connected layer.
 
 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId { auxData = 0, auxWeights = 1 }
 

Enumeration Type Documentation

Available identifiers of results of the forward fully-connected layer and input objects for the backward fully-connected layer

Enumerator
auxData 

Data processed at the forward stage of the layer

auxWeights 

Weights used at the forward stage of the layer

enum Method

Available methods to compute forward and backward fully-connected layer

Enumerator
defaultDense 

Default: performance-oriented method.

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