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

List of all members

Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed. More...

Class Constructor

Pooling3dPaddings ( long  first,
long  second,
long  third 
)

Constructs Paddings with parameters

Parameters
firstThe first number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
secondThe second number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
thirdThe third number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed

Detailed Description

Member Function Documentation

long [] getSize ( )

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

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

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

Parameters
firstThe first number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
secondThe second number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
thirdThe third number of data elements to implicitly add to each size of the three-dimensional subtensor on which 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.