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