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

List of all members
PredictionTopology Class Reference

Represents a collection of neural network forward layer descriptors. More...

Class Constructor

Constructs the collection of neural network forward layer descriptors

Parameters
contextContext to manage the collection

Detailed Description

Member Function Documentation

long add ( ForwardLayer  layer)

Adds forward layer descriptor to the end of the collection

Parameters
layerForward layer descriptor object
void addNext ( long  index,
long  next 
)

Adds next layer to the given layer

Parameters
indexindex of the layer to add next layer
nextIndex of the next layer
void dispose ( )

Releases memory allocated for the native collection object

Implements Disposable.

ForwardLayerDescriptor get ( long  index)

Gets the forward layer descriptor with the given index from the collection

Parameters
indexIndex of the layer descriptor
Returns
Layer descriptor
long pushBack ( ForwardLayer  layer)

Adds forward layer descriptor to the end of the collection

Parameters
layerForward layer descriptor object
long size ( )

Gets the size of the collection

Returns
Size of the collection

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

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