Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class defining descriptor for layer on forward stage. More...
ForwardLayerDescriptor | ( | DaalContext | context | ) |
Constructs the descriptor for layer
context | Context to manage the layer descriptor |
ForwardLayerDescriptor | ( | DaalContext | context, |
long | index, | ||
ForwardLayer | layer, | ||
NextLayers | nextLayers | ||
) |
Constructs the descriptor for layer and its parameters
context | Context to manage the layer descriptor |
index | Index of the layer in the network |
layer | Forward layer algorithm |
nextLayers | Layers following the current layer in the network |
void dispose | ( | ) |
Releases memory allocated for the native layer descriptor object
Implements Disposable.
For more complete information about compiler optimizations, see our Optimization Notice.