C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

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

Provides methods for the reshape layer in the batch processing mode. More...

Class Declaration

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

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the reshape layer, double or float
methodReshape layer method, Method
Enumerations
References

Constructor & Destructor Documentation

Batch ( )
inline

Default constructor

Batch ( const services::Collection< size_t > &  dims)
inline

Constructs a reshape layer in the batch processing mode and initializes its parameter with the given reshape diensions

Parameters
[in]dimsThe reshape dimensions

Member Data Documentation

Parameter parameter

Reshape layer parameters


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

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