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

List of all members
DistributedContainer< step1Local, algorithmFPType, method, cpu > Class Template Reference

Class containing methods to train neural network model using algorithmFPType precision arithmetic. More...

Class Declaration

template<typename algorithmFPType, Method method, CpuType cpu>
class daal::algorithms::neural_networks::training::interface1::DistributedContainer< step1Local, algorithmFPType, method, cpu >

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

Constructor & Destructor Documentation

DAAL_DEPRECATED DistributedContainer ( daal::services::Environment::env *  daalEnv)

Constructs a container for neural network model-based training with a specified environment in the batch processing mode

Parameters
[in]daalEnvEnvironment object
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED ~DistributedContainer ( )

Destructor

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

Member Function Documentation

DAAL_DEPRECATED services::Status compute ( )

Computes a partial result of neural network model-based training in the distributed processing mode

Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED services::Status finalizeCompute ( )

Computes the result of neural network model-based training in the first step of the distributed processing mode

Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED services::Status resetCompute ( )
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED services::Status setupCompute ( )
Deprecated:
This item will be removed in a future release.

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

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