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

List of all members
NextLayers Class Reference

Contains list of layer indices of layers following the current layer. More...

Class Constructor

◆ NextLayers() [1/7]

NextLayers ( DaalContext  context)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices

◆ NextLayers() [2/7]

NextLayers ( DaalContext  context,
long  index1 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer

◆ NextLayers() [3/7]

NextLayers ( DaalContext  context,
long  index1,
long  index2 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer
index2Second index of the next layer

◆ NextLayers() [4/7]

NextLayers ( DaalContext  context,
long  index1,
long  index2,
long  index3 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer
index2Second index of the next layer
index3Third index of the next layer

◆ NextLayers() [5/7]

NextLayers ( DaalContext  context,
long  index1,
long  index2,
long  index3,
long  index4 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer
index2Second index of the next layer
index3Third index of the next layer
index4Fourth index of the next layer

◆ NextLayers() [6/7]

NextLayers ( DaalContext  context,
long  index1,
long  index2,
long  index3,
long  index4,
long  index5 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer
index2Second index of the next layer
index3Third index of the next layer
index4Fourth index of the next layer
index5Fifth index of the next layer

◆ NextLayers() [7/7]

NextLayers ( DaalContext  context,
long  index1,
long  index2,
long  index3,
long  index4,
long  index5,
long  index6 
)

Constructs list of layer indices of layers following the current layer

Parameters
contextContext to manage the list of layer indices
index1First index of the next layer
index2Second index of the next layer
index3Third index of the next layer
index4Fourth index of the next layer
index5Fifth index of the next layer
index6Sixth index of the next layer

Detailed Description

Member Function Documentation

◆ dispose()

void dispose ( )

Releases memory allocated for the native next layers list 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.