Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Represents a collection of backward stages of neural network layers. More...
BackwardLayers | ( | DaalContext | context | ) |
Constructs the collection of backward stages of neural network layers in the batch processing mode
context | Context to manage the collection |
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
index | Index of the backward layer |
void pushBack | ( | BackwardLayer | layer | ) |
Adds a backward layer to the end of the collection
layer | Backward layer object |
long size | ( | ) |
Gets the size of the collection
For more complete information about compiler optimizations, see our Optimization Notice.