Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class defining descriptor for layer on both forward and backward stages and its parameters. More...
LayerDescriptor | ( | DaalContext | context | ) |
Constructs the descriptor for layer and its parameters
context | Context to manage the layer descriptor |
LayerDescriptor | ( | DaalContext | context, |
long | index, | ||
LayerIface | 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 | 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.