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

List of all members

Data structure representing the indices of the dimension on which two-dimensional pooling is performed. More...

Class Constructor

◆ SpatialPooling2dIndices()

SpatialPooling2dIndices ( long  first,
long  second 
)

Constructs SpatialPooling2dIndices with parameters

Parameters
firstThe first dimension index
secondThe second dimension index

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

Gets the array of indices of the dimension on which two-dimensional pooling is performed

Returns
Array of indices of the dimension on which two-dimensional pooling is performed

◆ setSize()

void setSize ( long  first,
long  second 
)

Sets the array of indices of the dimension on which two-dimensional pooling is performed

Parameters
firstThe first dimension index
secondThe second dimension index

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

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