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

List of all members
BackwardLayers Class Reference

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

Class Constructor

◆ BackwardLayers()

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

◆ dispose()

void dispose ( )

Releases memory allocated for the native collection object

Implements Disposable.

◆ get()

BackwardLayer get ( long  index)

Gets a backward layer with the given index from the collection

Parameters
indexIndex of the backward layer

◆ pushBack()

void pushBack ( BackwardLayer  layer)

Adds a backward layer to the end of the collection

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