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

References | Namespaces | Classes | Enumerations

Contains classes for the backward split layer. More...

References

 Batch
 

Namespaces

 daal::algorithms::neural_networks::layers::split::backward
 Contains classes for the backward split layer.
 
 daal::algorithms::neural_networks::layers::split::backward::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input parameters for the backward split layer More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of the backward split layer. More...
 

Enumerations

enum  InputLayerDataId { inputGradientCollection = 1 }
 

Enumeration Type Documentation

enum InputLayerDataId

Available identifiers of input objects for the backward split layer

Enumerator
inputGradientCollection 

Input structure retrieved from the result of the forward split layer

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