SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.NormalNode.CInfo Class Reference

Constructor info More...

Inheritance diagram for SmartEngine.NeuralNetworks.NormalNode.CInfo:
SmartEngine.NeuralNetworks.GraphNode.CInfo

Public Attributes

GraphNode Mean
 Input node that represents the mean of the distribution More...
 
GraphNode Variance
 Input node that represents the log of the variance. This should have no activation applied. More...
 
- Public Attributes inherited from SmartEngine.NeuralNetworks.GraphNode.CInfo
string Name
 The name of this node. More...
 
Context Context
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Constructor info

Member Data Documentation

◆ Mean

GraphNode SmartEngine.NeuralNetworks.NormalNode.CInfo.Mean

Input node that represents the mean of the distribution

◆ Variance

GraphNode SmartEngine.NeuralNetworks.NormalNode.CInfo.Variance

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