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

List of all members

Class that specifies parameters of the pooling layer. More...

Detailed Description

Member Function Documentation

Pooling3dIndices getIndices ( )

Gets the data structure representing the dimension for convolution kernels

Returns
Data structure representing the dimension for convolution kernels
Pooling3dKernelSizes getKernelSizes ( )

Gets the data structure representing the sizes of the three-dimensional kernel subtensor

Returns
Data structure representing the sizes of the three-dimensional kernel subtensor
Pooling3dPaddings getPaddings ( )

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

Returns
Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
Pooling3dStrides getStrides ( )

Gets the data structure representing the intervals on which the subtensors for pooling are selected

Returns
Data structure representing the intervals on which the subtensors for pooling are selected
void setIndices ( Pooling3dIndices  sd)

Sets the data structure representing the dimension for convolution kernels

Parameters
sdThe data structure representing the dimension for convolution kernels
void setKernelSizes ( Pooling3dKernelSizes  ks)

Sets the data structure representing the sizes of the three-dimensional kernel subtensor

Parameters
ksThe data structure representing the sizes of the three-dimensional kernel subtensor
void setPaddings ( Pooling3dPaddings  pad)

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

Parameters
padThe data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
void setStrides ( Pooling3dStrides  str)

Sets the data structure representing the intervals on which the subtensors for pooling are selected

Parameters
strThe data structure representing the intervals on which the subtensors for pooling are selected

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

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