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

Modules | Packages | Classes
Two-dimensional Pooling Layer

Contains classes for the two-dimensional (2D) pooling layer. More...

Detailed Description

Modules

 Backward Two-dimensional Pooling Layer
 Contains classes for backward two-dimensional (2D) pooling layer.
 
 Forward Two-dimensional Pooling Layer
 Contains classes for the forward two-dimensional (2D) pooling layer.
 
 Two-dimensional Average Pooling Layer
 Contains classes for average two-dimensional (2D) pooling layer.
 
 Two-dimensional Max Pooling Layer
 Contains classes for maximum two-dimensional (2D) pooling layer.
 
 Two-dimensional Stochastic Pooling Layer
 Contains classes for stochastic two-dimensional (2D) pooling layer.
 

Packages

package  com.intel.daal.algorithms.neural_networks.layers.pooling2d
 Contains classes of the two-dimensional (2D) pooling layers.
 

Classes

class  Pooling2dIndices
 Data structure representing the indices of the dimension on which two-dimensional pooling is performed. More...
 
class  Pooling2dKernelSizes
 Data structure representing the size of the 2D subtensor from which the element is computed. More...
 
class  Pooling2dPaddings
 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  Pooling2dParameter
 Class that specifies parameters of the two-dimensional pooling layer. More...
 
class  Pooling2dStrides
 Data structure representing the intervals on which the subtensors for two-dimensional pooling are computed. More...
 

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