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

List of all members
PredictionTopology Class Reference

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

Class Constructor

◆ PredictionTopology()

Constructs the collection of neural network forward layer descriptors

Parameters
contextContext to manage the collection

Detailed Description

Member Function Documentation

◆ add()

long add ( ForwardLayer  layer)

Adds forward layer descriptor to the end of the collection

Parameters
layerForward layer descriptor object

◆ addNext()

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

◆ dispose()

void dispose ( )

Releases memory allocated for the native collection object

Implements Disposable.

◆ get()

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

◆ pushBack()

long pushBack ( ForwardLayer  layer)

Adds forward layer descriptor to the end of the collection

Parameters
layerForward layer descriptor object

◆ size()

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.