SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.ComponentInputBinding Struct Reference

Dynamically binds a node to a component input. More...

Public Attributes

string ComponentInputName
 The name component input node in the graph More...
 
GraphNode InputNode
 The node to become the input into the component More...
 

Detailed Description

Dynamically binds a node to a component input.

Used by IGraph::BindComponentInputs(). Component inputs not bounds will be bound with a buffer input.

Binding must happen before the graph is evaluated for the first time.

Member Data Documentation

◆ ComponentInputName

string SmartEngine.NeuralNetworks.ComponentInputBinding.ComponentInputName

The name component input node in the graph

◆ InputNode

GraphNode SmartEngine.NeuralNetworks.ComponentInputBinding.InputNode

The node to become the input into the component