Input objects for the backward element-wise sum layer
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- 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 check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object of the element-wise sum layer
- Parameters
-
par | Parameter of layer |
method | Computation method of the layer |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
def getLayerData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input tensor for backward element-twise 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 getLayerDataNumericTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input numeric table for backward element-wise sum layer
- Parameters
-
id | Identifier of the input numeric table |
- Returns
- Input numeric table that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
def getNumberOfCoefficients |
( |
|
self | ) |
|
Gets number of coefficients (or number of input tensors on the forward pass)
- Returns
- Number of coefficients
- Deprecated:
- This item will be removed in a future release.
def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input tensor for the backward element-twise sum layer
- Parameters
-
id | Identifier of the input tensor |
value | Input tensor to set |
- Deprecated:
- This item will be removed in a future release.
def setLayerDataNumericTable |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input numeric table for the backward element-wise sum layer
- Parameters
-
id | Identifier of the input numeric table |
value | Input numeric table |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: