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