Provides methods to access the result obtained with the compute() method of the backward concat layer.
More...
- Deprecated:
- This item will be removed in a future release.
- Deprecated:
- This item will be removed in a future release.
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store the result of the backward concat layer
- Parameters
-
[in] | input | Pointer to an object containing the input data |
[in] | method | Computation method for the algorithm |
[in] | parameter | Parameter of the backward concat layer |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of the backward concat layer
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
Returns result object of the backward concat layer
- Parameters
-
[in] | id | Identifier of the result object |
[in] | index | Index of the result object |
- Returns
- Input ResultLayerData that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
virtual DAAL_DEPRECATED_VIRTUAL data_management::TensorPtr getGradient |
( |
size_t |
index | ) |
const |
|
virtual |
Returns resulting gradient of the backward concat layer
- Parameters
-
[in] | index | Index of the tensor with gradient |
- Returns
- Resulting gradient that corresponds to the given index
- Deprecated:
- This item will be removed in a future release.
Returns the layout of the result object for the layer algorithm
- Returns
- Layout of the result object for the layer algorithm
- Deprecated:
- This item will be removed in a future release.
Sets result for the backward concat layer
- Parameters
-
[in] | id | Identifier of the result object |
[in] | value | Pointer to the object |
[in] | index | Index of the result object |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: