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