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

List of all members
TrainingTopology Class Reference

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

Class Constructor

Constructs the collection of neural network layer descriptors

Parameters
contextContext to manage the collection

Detailed Description

Member Function Documentation

long add ( LayerIface  layer)

Adds a layer descriptor to the end of the collection

Parameters
layerLayer 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.

LayerDescriptor get ( long  index)

Gets the layer descriptor with the given index from the collection

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

Adds a layer descriptor to the end of the collection

Parameters
layerLayer 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.