C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Batch< algorithmFPType, method > Class Template Reference

Computes the result of the forward and backward 2D transposed convolution layer of neural network in the batch processing mode. More...

Class Declaration

template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::neural_networks::layers::transposed_conv2d::interface1::Batch< algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the 2D transposed convolution layer, double or float
methodBatch 2D transposed convolution layer computation method, Method
References
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

DAAL_DEPRECATED Batch ( )
inline

Default constructor

Deprecated:
This item will be removed in a future release.

Member Data Documentation

Parameter parameter

Parameters of the layer


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

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