Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Represents a collection of forward stages of neural network layers. More...
ForwardLayers | ( | DaalContext | context | ) |
Constructs the collection of forward 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.
ForwardLayer get | ( | long | index | ) |
Gets a forward layer with the given index from the collection
index | Index of the forward layer |
void pushBack | ( | ForwardLayer | layer | ) |
Adds a forward layer to the end of the collection
layer | Forward layer object |
long size | ( | ) |
Gets the size of the collection
For more complete information about compiler optimizations, see our Optimization Notice.