Input objects for initializer algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Variant 2
- Copy constructor
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the initializer
- Parameters
-
par | Parameter of algorithm |
method | Computation method of the algorithm |
- Returns
- Status of computations
Returns input tensor of the initializer
- Parameters
-
id | Identifier of the input tensor |
- Returns
- Input tensor that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input for the initializer
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/neural_networks/initializers/__init__.py