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

List of all members

Data structure representing the intervals on which the subtensors for pooling are selected. More...

Class Constructor

Pooling3dStrides ( long  first,
long  second,
long  third 
)

Constructs Strides with parameters

Parameters
firstThe first interval on which the subtensors for pooling are selected
secondThe second interval on which the subtensors for pooling are selected
thirdThe third interval on which the subtensors for pooling are selected

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of intervals on which the subtensors for pooling are selected

Returns
Array of intervals on which the subtensors for pooling are selected
void setSize ( long  first,
long  second,
long  third 
)

Sets the array of intervals on which the subtensors for pooling are selected

Parameters
firstThe first interval on which the subtensors for pooling are selected
secondThe second interval on which the subtensors for pooling are selected
thirdThe third interval on which the subtensors for pooling are selected

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

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