C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access the result obtained with the compute() method of the backward relu layer. More...
| 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 relu layer
| [in] | input | Pointer to an object containing the input data |
| [in] | method | Computation method for the algorithm |
| [in] | parameter | Parameter of the backward relu layer |
| services::Status check | ( | const daal::algorithms::Input * | input, |
| const daal::algorithms::Parameter * | par, | ||
| int | method | ||
| ) | const |
Checks the result of the backward relu layer
| [in] | input | Input object for the algorithm |
| [in] | par | Parameter of the algorithm |
| [in] | method | Computation method |
For more complete information about compiler optimizations, see our Optimization Notice.