Input parameters for the backward concat layer
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the layer algorithm
- Parameters
-
| par | Parameter of algorithm |
| method | Computation method of the algorithm |
- Returns
- Status of computations
| def getLayerData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input object of the backward concat layer
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input LayerData that corresponds to the given identifier
| def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input for the backward concat layer
- Parameters
-
| id | Identifier of the input object |
| value | Pointer to the object |
The documentation for this class was generated from the following file: