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

List of all members
Pooling2dStrides Class Reference

Data structure representing the intervals on which the subtensors for two-dimensional pooling are computed. More...

Class Constructor

◆ Pooling2dStrides()

Pooling2dStrides ( long  first,
long  second 
)

Constructs Strides with parameters

Parameters
firstInterval over the first dimension on which the two-dimensional pooling is performed
secondInterval over the second dimension on which the two-dimensional pooling is performed

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

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

Returns
Array of intervals on which the subtensors for two-dimensional pooling are selected

◆ setSize()

void setSize ( long  first,
long  second 
)

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

Parameters
firstInterval over the first dimension on which the two-dimensional pooling is performed
secondInterval over the second dimension on which the two-dimensional pooling is performed

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

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