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