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

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

Contains classes for the forward loss layer.

Namespaces

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

Enumerations

enum  InputId { data = layers::forward::data, weights = layers::forward::weights , groundTruth = layers::forward::lastInputLayerDataId + 1 }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the loss layer algorithm

Enumerator
data 

Input data

weights 

Weights of the neural network layer

groundTruth 

Ground truth for the loss layer

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