Results obtained with the compute() method of the softmax function in the batch processing mode.
More...
◆ Result()
◆ allocate()
Allocates memory to store the results of the softmax function
- Parameters
-
[in] | input | Input object for the the softmax function |
[in] | par | Parameter of the softmax function |
[in] | method | Computation method of the softmax function |
- Returns
- Status of computation
◆ check()
Checks the result of the softmax function
- Parameters
-
[in] | in | Input of the softmax function |
[in] | par | Parameter of the softmax function |
[in] | method | Computation method of the softmax function |
- Returns
- Status of computation
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of the softmax function
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result of the softmax function
- Parameters
-
[in] | id | Identifier of the result |
[in] | ptr | Result |
The documentation for this class was generated from the following file: