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