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

Constructor info More...

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

Public Attributes

Graph Graph
 The graph this component embeds More...
 
string OutputNodeName
 The name of the output node in the graph that will be used when treating this component as a graph node. More...
 
readonly List< ComponentInputBindingComponentInputBindings = new List<ComponentInputBinding>()
 Array of bindings mapping nodes in this graph to the inputs of the component graph. If no array is specified, buffer inputs are made for all component inputs. 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

◆ ComponentInputBindings

readonly List<ComponentInputBinding> SmartEngine.NeuralNetworks.GraphComponent.CInfo.ComponentInputBindings = new List<ComponentInputBinding>()

Array of bindings mapping nodes in this graph to the inputs of the component graph. If no array is specified, buffer inputs are made for all component inputs.

See Graph::BindComponentInputs()

◆ Graph

Graph SmartEngine.NeuralNetworks.GraphComponent.CInfo.Graph

The graph this component embeds

◆ OutputNodeName

string SmartEngine.NeuralNetworks.GraphComponent.CInfo.OutputNodeName

The name of the output node in the graph that will be used when treating this component as a graph node.

Can be null. If null, this component can only be embedded by referencing nodes within.