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

List of all members
BackwardLayers Class Reference

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

Class Constructor

Constructs the collection of backward 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.

BackwardLayer get ( long  index)

Gets a backward layer with the given index from the collection

Parameters
indexIndex of the backward layer
void pushBack ( BackwardLayer  layer)

Adds a backward layer to the end of the collection

Parameters
layerBackward layer 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.