Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
ForwardLayerDescriptor Class Reference

Class defining descriptor for layer on forward stage. More...

Class Constructor

Constructs the descriptor for layer

Parameters
contextContext to manage the layer descriptor
ForwardLayerDescriptor ( DaalContext  context,
long  index,
ForwardLayer  layer,
NextLayers  nextLayers 
)

Constructs the descriptor for layer and its parameters

Parameters
contextContext to manage the layer descriptor
indexIndex of the layer in the network
layerForward layer algorithm
nextLayersLayers following the current layer in the network

Detailed Description

Member Function Documentation

void dispose ( )

Releases memory allocated for the native layer descriptor object

Implements Disposable.


The documentation for this class was generated from the following file:

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