Results obtained with the compute() method of the forward element-wise sum layer in the batch processing mode.
More...
- Deprecated:
- This item will be removed in a future release.
Default constructor
- Deprecated:
- This item will be removed in a future release.
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store the result of forward element-wise sum layer
- Parameters
-
input | Input object for the algorithm |
parameter | Parameter of forward element-wise sum layer |
method | Computation method for the layer |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the forward element-wise sum layer
- Parameters
-
input | Input object of the layer |
par | Parameter of the 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 the result tensor of forward element-wise sum layer
- Parameters
-
id | Identifier of the result tensor |
- Returns
- Result tensor that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
def getLayerDataNumericTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the result numeric table of the forward element-wise sum layer
- Parameters
-
id | Identifier of the result numeric table |
- Returns
- Result numeric table that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def getValueSize |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Returns dimensions of value tensor
- Returns
- Dimensions of value tensor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Returns collection of dimensions of element-wise sum layer output
- Parameters
-
inputSize | Collection of input tensors dimensions |
parameter | Parameters of the algorithm |
method | Method of the algorithm |
- Returns
- Collection of dimensions of element-wise sum layer output
- Deprecated:
- This item will be removed in a future release.
def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result tensor of forward element-wise sum layer
- Parameters
-
id | Identifier of the result tensor |
value | Result tensor |
- Deprecated:
- This item will be removed in a future release.
def setLayerDataNumericTable |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result numeric table of the forward element-wise sum layer
- Parameters
-
id | Identifier of the result numeric table |
value | Result numeric tensor |
- Deprecated:
- This item will be removed in a future release.
def setResultForBackward |
( |
|
self, |
|
|
|
input |
|
) |
| |
Sets the result that is used in backward layer
- Parameters
-
input | Pointer to an object containing the input data |
- Returns
- Status of operation
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: