C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input parameters for the backward concat layer More...
Input | ( | ) |
Copy constructor
DAAL_DEPRECATED services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object for the layer algorithm
[in] | par | Parameter of algorithm |
[in] | method | Computation method of the algorithm |
DAAL_DEPRECATED data_management::NumericTablePtr get | ( | layers::concat::LayerDataId | id | ) | const |
Returns input object of the backward concat layer
[in] | id | Identifier of the input object |
DAAL_DEPRECATED void set | ( | layers::concat::LayerDataId | id, |
const data_management::NumericTablePtr & | value | ||
) |
Sets input for the backward concat 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.