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

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

Contains classes for the logistic layer.

Namespaces

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

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId { auxValue = layers::lastLayerInputLayout + 1 }
 Identifiers of input objects for the backward logistic layer and results for the forward logistic layer. More...
 

Enumeration Type Documentation

Enumerator
auxValue 

Value computed at the forward stage of the layer

enum Method

Computation methods for the logistic layer

Enumerator
defaultDense 

Default: performance-oriented method

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