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

Data used to construct a normal node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::NormalNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodemean = nullptr
 Input node that represents the mean of the distribution More...
 
IGraphNodevariance = nullptr
 Input node that represents the log of the variance. This should have no activation applied. 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 a normal node instance

Member Data Documentation

◆ mean

IGraphNode* SmartEngine::NormalNodeCInfo::mean = nullptr

Input node that represents the mean of the distribution

◆ variance

IGraphNode* SmartEngine::NormalNodeCInfo::variance = nullptr

Input node that represents the log of the variance. This should have no activation applied.