Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members
LayerDescriptor Class Reference

Class defining descriptor for layer on both forward and backward stages and its parameters. More...

Class Constructor

Constructs the descriptor for layer and its parameters

Parameters
contextContext to manage the layer descriptor
LayerDescriptor ( DaalContext  context,
long  index,
LayerIface  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
layerLayer 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.