C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the uniform initializer. This class is associated with the uniform::Batch class and supports the method of uniform initializer computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of uniform initializer, double or float |
method | Computation method of the initializer, uniform::Method |
cpu | Version of the cpu-specific implementation of the initializer, daal::CpuType |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the uniform initializer with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes the result of the uniform initializer in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.