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

List of all members
ForwardLayers Class Reference

Represents a collection of forward stages of neural network layers. More...

Class Constructor

ForwardLayers ( DaalContext  context)

Constructs the collection of forward stages of neural network layers in the batch processing mode

Parameters
contextContext to manage the collection

Detailed Description

Member Function Documentation

void dispose ( )

Releases memory allocated for the native collection object

Implements Disposable.

ForwardLayer get ( long  index)

Gets a forward layer with the given index from the collection

Parameters
indexIndex of the forward layer
void pushBack ( ForwardLayer  layer)

Adds a forward layer to the end of the collection

Parameters
layerForward layer object
Returns
Layer descriptor
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.