C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects of the neural network training algorithm in the distributed processing mode. More...
DAAL_DEPRECATED services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks input object for the neural network algorithm
[in] | par | Algorithm parameter |
[in] | method | Computatiom method |
DAAL_DEPRECATED ModelPtr get | ( | Step1LocalInputId | id | ) | const |
Returns input object for the neural network training algorithm
[in] | id | Identifier of the input object |
DAAL_DEPRECATED void set | ( | Step1LocalInputId | id, |
const ModelPtr & | value | ||
) |
Sets input object for the neural network training algorithm
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.