Results obtained with the compute() method of the forward 2D locally connected 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 2D locally connected layer
- Parameters
-
input | Input object for the algorithm |
parameter | Parameter of forward 2D locally connected 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 2D locally connected 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 of forward 2D locally connected layer
- Parameters
-
id | Identifier of the result |
- Returns
- Result 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, |
|
|
|
inputSize, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Returns dimensions of value tensor
- Returns
- Dimensions of value tensor
- Deprecated:
- This item will be removed in a future release.
def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of forward 2D locally connected layer
- Parameters
-
id | Identifier of the result |
value | Result |
- Deprecated:
- This item will be removed in a future release.
def setResultForBackward |
( |
|
self, |
|
|
|
input |
|
) |
| |
Sets the result that is used in backward 2D locally connected layer
- Parameters
-
input | Pointer to an object containing the input data |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- locallyconnected2d/forward.py