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

List of all members
NextLayersCollection Class Reference

Represents a collection of neural network NextLayers objects. More...

Class Constructor

◆ NextLayersCollection()

Constructs the collection of neural network NextLayers objects

Parameters
contextContext to manage the collection

Detailed Description

Member Function Documentation

◆ dispose()

void dispose ( )

Releases memory allocated for the native collection object

Implements Disposable.

◆ pushBack()

void pushBack ( NextLayers  nextLayers)

Adds a NextLayers object to the end of the collection

Parameters
nextLayersnextLayers 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.