Provides methods to access the result obtained with the compute() method of the forward concat layer.
More...
- Deprecated:
- This item will be removed in a future release.
- 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 the forward concat layer
- Parameters
-
input | Pointer to an object containing the input data |
parameter | Parameter of the algorithm |
method | Computation method for the algorithm |
- 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, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the result object for the layer algorithm
- Parameters
-
input | Input of the algorithm |
parameter | Parameter of algorithm |
method | Computation method of the algorithm |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
def getLayerData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input object of the forward concat layer
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object 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 collection of dimensions of concat layer output
- Parameters
-
inputSize | Collection of input tensors dimensions |
par | Parameters of the algorithm |
method | Method of the algorithm |
- Returns
- Collection of dimensions of concat layer output
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Returns collection of dimensions of concat layer output
- Parameters
-
inputSize | Collection of input tensors dimensions |
parameter | Parameters of the algorithm |
method | Method of the algorithm |
- Returns
- Collection of dimensions of concat layer output
- Deprecated:
- This item will be removed in a future release.
def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of the forward concat layer
- Parameters
-
id | Identifier of the result |
value | Pointer to the result |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: