Provides methods for backward local contrast normalization layer computations in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of backward local contrast normalization layer, double or float |
method | Computation method of the layer, Method |
- Enumerations
- Method Computation methods for the backward local contrast normalization layer
- LayerDataId Identifiers of input objects for the backward local contrast normalization 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.lcn.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.lcn.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs a backward local contrast normalization 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 a backward local contrast normalization layer by copying input objects and parameters of another local contrast normalization 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 local contrast normalization layer with a copy of input objects and parameters of this local contrast normalization 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 input objects of local contrast normalization layer
- Returns
- Structure that contains input objects of local contrast normalization layer
- Deprecated:
- This item will be removed in a future release.
def getLayerParameter |
( |
|
self | ) |
|
Returns the structure that contains parameters of the local contrast normalization layer
- Returns
- Structure that contains parameters of the local contrast normalization layer
- Deprecated:
- This item will be removed in a future release.
def getLayerResult |
( |
|
self | ) |
|
Returns the structure that contains results of local contrast normalization layer
- Returns
- Structure that contains results of local contrast normalization layer
- Deprecated:
- This item will be removed in a future release.
Returns computation method of the layer
- Returns
- Computation method of the layer
- Deprecated:
- This item will be removed in a future release.
Returns the structure that contains results of local contrast normalization layer
- Returns
- Structure that contains results of local contrast normalization layer
- Deprecated:
- This item will be removed in a future release.
def setResult |
( |
|
self, |
|
|
|
result |
|
) |
| |
Registers user-allocated memory to store results of local contrast normalization layer
- Parameters
-
result | Structure to store results of local contrast normalization 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: