|
SmartEngine
1.6.0
|
Data used to construct an IParameter instance More...
#include <Parameter.h>
Public Attributes | |
| int | dimension = 1 |
| The output dimension of the layer. More... | |
| float | weightMean = 0.0f |
| Defines the mean of the weights when randomizing the values. More... | |
| float | weightStandardDeviation = 1.0f |
| Defines the standard deviation of the weights when randomizing the values. More... | |
Public Attributes inherited from SmartEngine::GraphNodeCInfo | |
| const char * | name = nullptr |
| The name of this node. More... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Data used to construct an IParameter instance
| int SmartEngine::ParameterCInfo::dimension = 1 |
The output dimension of the layer.
| float SmartEngine::ParameterCInfo::weightMean = 0.0f |
Defines the mean of the weights when randomizing the values.
| float SmartEngine::ParameterCInfo::weightStandardDeviation = 1.0f |
Defines the standard deviation of the weights when randomizing the values.