SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.NeuronLayer.CInfo Class Reference
Inheritance diagram for SmartEngine.NeuralNetworks.NeuronLayer.CInfo:
SmartEngine.NeuralNetworks.GraphNode.CInfo

Public Attributes

GraphNode Input
 Input into this layer. When deserializing the layer, the dimension of this input must be equal to the input dimension the layer was serialized with. More...
 
bool StaticInstance = false
 If true, this node will not be instanced, but rather referenced directly when instancing the graph it is in. Note that if set, this flag retroactively applies to all nodes in the input tree too. More...
 
readonly NeuralNetworks.LayerInfo LayerInfo = new NeuralNetworks.LayerInfo()
 Layer specification and details 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...
 

Member Data Documentation

◆ Input

GraphNode SmartEngine.NeuralNetworks.NeuronLayer.CInfo.Input

Input into this layer. When deserializing the layer, the dimension of this input must be equal to the input dimension the layer was serialized with.

◆ LayerInfo

readonly NeuralNetworks.LayerInfo SmartEngine.NeuralNetworks.NeuronLayer.CInfo.LayerInfo = new NeuralNetworks.LayerInfo()

Layer specification and details

◆ StaticInstance

bool SmartEngine.NeuralNetworks.NeuronLayer.CInfo.StaticInstance = false

If true, this node will not be instanced, but rather referenced directly when instancing the graph it is in. Note that if set, this flag retroactively applies to all nodes in the input tree too.