Provides methods for forward 2D locally connected layer computations in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of forward 2D locally connected layer, double or float |
method | Computation method of the layer, Method |
- Enumerations
- Method Computation methods for the forward 2D locally connected layer
- LayerDataId Identifiers of results of the forward 2D locally connected layer
- References
-
- Deprecated:
- This item will be removed in a future release.
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.layers.locallyconnected2d.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.locallyconnected2d.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs a forward 2D locally connected layer in the batch processing mode and initializes its parameter with the provided parameter
- Parameters
-
parameter | Parameter to initialize the parameter of the layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 3
Constructs forward 2D locally connected layer by copying input objects and parameters of another forward 2D locally connected layer
- Parameters
-
other | A layer to be used as the source to initialize the input objects and parameters of this layer |
- Deprecated:
- This item will be removed in a future release.
def allocateResult |
( |
|
self | ) |
|
allocateResult(Batch self) -> Status
Returns a pointer to the newly allocated 2D locally connected layer with a copy of input objects and parameters of this 2D locally connected layer
- Returns
- Pointer to the newly allocated layer
- Deprecated:
- This item will be removed in a future release.
def getLayerInput |
( |
|
self | ) |
|
Returns the structure that contains the input objects of the forward 2D locally connected layer
- Returns
- Structure that contains the input objects of the forward 2D locally connected layer
- Deprecated:
- This item will be removed in a future release.
def getLayerParameter |
( |
|
self | ) |
|
Returns the structure that contains parameters of the forward 2D locally connected layer
- Returns
- Structure that contains parameters of the forward 2D locally connected layer
- Deprecated:
- This item will be removed in a future release.
def getLayerResult |
( |
|
self | ) |
|
Returns the structure that contains results of 2D locally connected layer
- Returns
- Structure that contains results of 2D locally connected layer
- Deprecated:
- This item will be removed in a future release.
Returns method of the layer
- Returns
- Method of the layer
- Deprecated:
- This item will be removed in a future release.
Returns the structure that contains results of 2D locally connected layer
- Returns
- Structure that contains results of 2D locally connected layer
- Deprecated:
- This item will be removed in a future release.
def setResult |
( |
|
self, |
|
|
|
result |
|
) |
| |
Registers user-allocated memory to store results of 2D locally connected layer
- Parameters
-
result | Structure to store results of 2D locally connected layer |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
Input objects of the layer
The documentation for this class was generated from the following file:
- locallyconnected2d/forward.py