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

List of all members

Provides methods for the three-dimensional average pooling layer in the batch processing mode. More...

Class Constructor

◆ AveragePooling3dBatch()

AveragePooling3dBatch ( DaalContext  context,
Class<? extends Number >  cls,
AveragePooling3dMethod  method,
long  nDim 
)

Constructs the three-dimensional average pooling layer

Parameters
contextContext to manage the three-dimensional average pooling layer
clsData type to use in intermediate computations for the layer, Double.class or Float.class
methodThe layer computation method, AveragePooling3dMethod
nDimNumber of dimensions in input data

Detailed Description

References

Member Data Documentation

◆ method

Computation method for the layer

◆ parameter

Pooling layer parameters

◆ prec

Precision prec
protected

Data type to use in intermediate computations for the layer


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

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