C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Input parameters for the backward concat layer More...
| 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 |
| data_management::NumericTablePtr get | ( | layers::concat::LayerDataId | id | ) | const |
Returns input object of the backward concat layer
| [in] | id | Identifier of the input object |
| 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.