C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the backward softmax cross-entropy layer More...
Input | ( | ) |
Default constructor
Copy constructor
DAAL_DEPRECATED services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object for the backward softmax cross-entropy layer
[in] | par | Algorithm parameter |
[in] | method | Computation method |
DAAL_DEPRECATED data_management::TensorPtr get | ( | LayerDataId | id | ) | const |
Returns an input object for the backward softmax cross-entropy layer
[in] | id | Identifier of the input object |
DAAL_DEPRECATED void set | ( | LayerDataId | id, |
const data_management::TensorPtr & | value | ||
) |
Sets an input object for the backward softmax cross-entropy layer
[in] | id | Identifier of the input object |
[in] | value | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.