C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the backward ELU layer More...
Input | ( | ) |
Copy constructor
DAAL_DEPRECATED services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object of the backward ELU 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 ELU 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 ELU layer
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.