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 1D subtensor on which one-dimensional pooling is performed. More...

Class Constructor

Pooling1dPadding ( long  first)

Constructs Padding with parameters

Parameters
firstNumber of data elements to add to the the first dimension of the 1D subtensor

Detailed Description

Member Function Documentation

long [] getSize ( )

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

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

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

Parameters
firstNumber of data elements to add to the the first dimension of the 1D subtensor

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

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