Input objects for the rectified linear function
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the rectified linear function
- Parameters
-
| par | Function parameter |
| method | Computation method |
- Returns
- Status of computation
Returns an input object for the rectified linear function
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the rectified linear function
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the object |
The documentation for this class was generated from the following file: