C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access the result obtained with the compute() method of the backward batch normalization layer. More...
| Result | ( | ) |
Default constructor
| DAAL_EXPORT services::Status allocate | ( | const daal::algorithms::Input * | input, |
| const daal::algorithms::Parameter * | parameter, | ||
| const int | method | ||
| ) |
Allocates memory to store the result of the backward batch normalization layer
| [in] | input | Pointer to an object containing the input data |
| [in] | parameter | Parameter of the backward batch normalization layer |
| [in] | method | Computation method for the layer |
| services::Status check | ( | const daal::algorithms::Input * | input, |
| const daal::algorithms::Parameter * | parameter, | ||
| int | method | ||
| ) | const |
Checks the result of the backward batch normalization layer
| [in] | input | Input object for the layer |
| [in] | parameter | Parameter of the layer |
| [in] | method | Computation method |
For more complete information about compiler optimizations, see our Optimization Notice.