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

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

Contains classes for the forward stage of the neural network layer.

Namespaces

 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  InputId { data }
 
enum  InputLayerDataId
 
enum  ResultId { value }
 
enum  ResultLayerDataId { resultForBackward = lastResultId + 1 }
 

Enumeration Type Documentation

◆ InputId

enum InputId

Available identifiers of input objects for the layer algorithm

Enumerator
data 

Input data

◆ InputLayerDataId

Available identifiers of input objects for the layer algorithm

◆ ResultId

enum ResultId

Available identifiers of results for the layer algorithm

Enumerator
value 

Table to store the result

◆ ResultLayerDataId

Available identifiers of results for the layer algorithm

Enumerator
resultForBackward 

Data for backward step

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