Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Represents a collection of neural network NextLayers objects. More...
NextLayersCollection | ( | DaalContext | context | ) |
Constructs the collection of neural network NextLayers objects
context | Context to manage the collection |
void dispose | ( | ) |
Releases memory allocated for the native collection object
Implements Disposable.
void pushBack | ( | NextLayers | nextLayers | ) |
Adds a NextLayers object to the end of the collection
nextLayers | nextLayers object |
long size | ( | ) |
Gets the size of the collection
For more complete information about compiler optimizations, see our Optimization Notice.