Input objects for the forward element-wise sum layer
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Variant 2
- Copy constructor
| def addData |
( |
|
self, |
|
|
|
dataTensor, |
|
|
|
index |
|
) |
| |
Adds tensor with data to the input object of the forward element-wise sum layer
- Parameters
-
| dataTensor | Tensor with data |
| index | Index of the tensor with data |
- Returns
- Status of computations
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks input object of the forward element-wise sum layer
- Parameters
-
| parameter | Parameter of layer |
| method | Computation method of the layer |
- Returns
- Status of computations
| def eraseInputData |
( |
|
self | ) |
|
Erases input data tensor from the input of the forward layer
- Returns
- Status of computations
Returns an input tensor of the forward element-wise sum layer
- Parameters
-
| id | Identifier of the input tensor |
- Returns
- Input tensor that corresponds to the given identifier
| def getLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
index |
|
) |
| |
Returns an input tensor of the forward element-wise sum layer
- Parameters
-
| id | Identifier of the input tensor |
| index | Index of the input tensor |
- Returns
- Input tensor that corresponds to the given identifier
| def setInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input tensor of the forward element-wise sum layer
- Parameters
-
| id | Identifier of the input tensor |
| value | Pointer to the tensor |
| def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value, |
|
|
|
index |
|
) |
| |
Sets an input tensor for the forward element-wise sum layer
- Parameters
-
| id | Identifier of the input tensor |
| value | Pointer to the tensor |
| index | Index of the input tensor |
The documentation for this class was generated from the following file: