Input objects for the forward element-wise sum layer
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructo
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Copy constructor
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
def eraseInputData |
( |
|
self | ) |
|
Erases input data tensor from the input of the forward layer
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
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 |
- Deprecated:
- This item will be removed in a future release.
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 |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: