Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Contains classes of the one-dimensional (1D) pooling layers.
Classes | |
| class | Pooling1dBackwardInput |
| Input object for the backward one-dimensional pooling layer. More... | |
| class | Pooling1dBackwardResult |
| Provides methods to access results obtained with the compute() method of the backward one-dimensional pooling layer. More... | |
| class | Pooling1dForwardInput |
| Input object for the forward one-dimensional pooling layer More... | |
| class | Pooling1dForwardResult |
| Class that provides methods to access the result obtained with the compute() method of the forward one-dimensional pooling layer. More... | |
| class | Pooling1dIndex |
| Data structure representing the indices of the dimension on which one-dimensional pooling is performed. More... | |
| class | Pooling1dKernelSize |
| Data structure representing the size of the 1D subtensor from which the element is computed. More... | |
| class | Pooling1dPadding |
| 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 | Pooling1dParameter |
| Class that specifies parameters of the one-dimensional pooling layer. More... | |
| class | Pooling1dStride |
| Data structure representing the intervals on which the subtensors for one-dimensional pooling are computed. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.