Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Data structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which two-dimensional pooling is performed. More...

Class Constructor

Pooling2dPaddings ( long  first,
long  second 
)

Constructs Paddings with parameters

Parameters
firstNumber of data elements to add to the the first dimension of the 2D subtensor
secondNumber of data elements to add to the the second dimension of the 2D subtensor

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of numbers of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed

Returns
Array of numbers of data elements to implicitly add to each size of he two-dimensional subtensor on which two-dimensional pooling is performed
void setSize ( long  first,
long  second 
)

Sets the array of numbers of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed

Parameters
firstNumber of data elements to add to the the first dimension of the 2D subtensor
secondNumber of data elements to add to the the second dimension of the 2D subtensor

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

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