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

List of all members
LayerIface Class Referenceabstract

Abstract class that specifies the interface of layer. More...

Detailed Description

Member Function Documentation

◆ dispose()

void dispose ( )

Releases memory allocated for the layer of the neural network

Implements Disposable.

Member Data Documentation

◆ backwardLayer

BackwardLayer backwardLayer

Backward stage of the layer algorithm

◆ forwardLayer

ForwardLayer forwardLayer

Forward stage of the layer algorithm


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.