SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::ParameterCInfo Struct Reference

Data used to construct an IParameter instance More...

#include <Parameter.h>

Inheritance diagram for SmartEngine::ParameterCInfo:
SmartEngine::GraphNodeCInfo

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...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct an IParameter instance

Member Data Documentation

◆ dimension

int SmartEngine::ParameterCInfo::dimension = 1

The output dimension of the layer.

◆ weightMean

float SmartEngine::ParameterCInfo::weightMean = 0.0f

Defines the mean of the weights when randomizing the values.

◆ weightStandardDeviation

float SmartEngine::ParameterCInfo::weightStandardDeviation = 1.0f

Defines the standard deviation of the weights when randomizing the values.