Input objects for the backward spatial pyramid stochastic 2D pooling layer
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks an input object for the backward spatial pyramid stochastic 2D pooling layer
- Parameters
-
| parameter | Algorithm parameter |
| method | Computation method |
- Returns
- Status of computations
Returns an input object for backward spatial pyramid stochastic 2D pooling layer
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def getLayerData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for backward spatial pyramid stochastic 2D pooling layer
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the backward spatial pyramid stochastic 2D pooling layer
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the object |
| def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the backward spatial pyramid stochastic 2D pooling layer
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- spatial_stochastic_pooling2d/backward.py