Provides methods for gaussian initializer computations in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of gaussian initializer, double or float |
method | Computation method of the initializer, gaussian.Method |
- Enumerations
- gaussian.Method Computation methods for the gaussian initializer
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.initializers.gaussian.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.initializers.gaussian.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs gaussian initializer
- Parameters
-
a | Mean |
sigma | Standard deviation |
- Variant 2
Constructs gaussian initializer
- Parameters
-
a | Mean |
sigma | Standard deviation |
- Variant 3
Constructs gaussian initializer
- Parameters
-
a | Mean |
sigma | Standard deviation |
- Variant 4
Constructs gaussian initializer by copying input objects and parameters of another gaussian initializer
- Parameters
-
other | An initializer to be used as the source to initialize the input objects and parameters of this initializer |
def allocateResult |
( |
|
self | ) |
|
Allocates memory to store the result of the gaussian initializer
- Returns
- Status of computations
Returns a pointer to the newly allocated gaussian initializer with a copy of input objects and parameters of this gaussian initializer
- Returns
- Pointer to the newly allocated initializer
Returns method of the initializer
- Returns
- Method of the initializer
Get parameters of the initializer
- Returns
- Parameters of the initializer
Returns the structure that contains results of gaussian initializer
- Returns
- Structure that contains results of gaussian initializer
def setResult |
( |
|
self, |
|
|
|
result |
|
) |
| |
Registers user-allocated memory to store results of gaussian initializer
- Parameters
-
result | Structure to store results of gaussian initializer |
- Returns
- Status of computations
Parameters of the initializer
The documentation for this class was generated from the following file: