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

Classes

Contains classes of the two-dimensional (2D) pooling layers.

Classes

class  Pooling2dBackwardInput
 Input object for the backward two-dimensional pooling layer. More...
 
class  Pooling2dBackwardResult
 Provides methods to access results obtained with the compute() method of the backward two-dimensional pooling layer. More...
 
class  Pooling2dForwardInput
 Input object for the forward two-dimensional pooling layer More...
 
class  Pooling2dForwardResult
 Class that provides methods to access the result obtained with the compute() method of the forward two-dimensional pooling layer. More...
 
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.