Provides methods for mt2203 engine computations in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of mt2203 engine, double or float |
method | Computation method of the engine, mt2203.Method |
- Enumerations
- mt2203.Method Computation methods for the mt2203 engine
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.engines.mt2203.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.engines.mt2203.defaultDense)
def allocateResult |
( |
|
self | ) |
|
Allocates memory to store the result of the mt2203 engine
- Returns
- Status of computations
Returns a pointer to the newly allocated mt2203 engine with a copy of input objects and parameters of this mt2203 engine
- Returns
- Pointer to the newly allocated engine
def create |
( |
|
seed = 777 , |
|
|
|
st = None |
|
) |
| |
- Variant 1
Creates mt2203 engine
- Parameters
-
seed | Initial condition for mt2203 engine |
st | Status of the batch construction |
- Returns
- Pointer to mt2203 engine
- Variant 2
Creates mt2203 engine
- Parameters
-
seed | Initial condition for mt2203 engine |
st | Status of the batch construction |
- Returns
- Pointer to mt2203 engine
- Variant 3
Creates mt2203 engine
- Parameters
-
seed | Initial condition for mt2203 engine |
st | Status of the batch construction |
- Returns
- Pointer to mt2203 engine
Returns method of the engine
- Returns
- Method of the engine
Returns the structure that contains results of mt2203 engine
- Returns
- Structure that contains results of mt2203 engine
def setResult |
( |
|
self, |
|
|
|
result |
|
) |
| |
Registers user-allocated memory to store results of mt2203 engine
- Parameters
-
result | Structure to store results of mt2203 engine |
- Returns
- Status of computations
The documentation for this class was generated from the following file: