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

List of all members
Pooling1dPadding Class Reference

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()

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

◆ getSize()

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

◆ setSize()

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.