Click or drag to resize

ImportGraphDefOptionsAddInputMapping Method

http://www.emgu.com
Set any imported nodes with input srcName:srcIndex to have that input replaced with dst.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public void AddInputMapping(
	string srcName,
	int srcIndex,
	Output dst
)

Parameters

srcName
Type: SystemString
Refers to a node in the graph to be imported
srcIndex
Type: SystemInt32
The source node index.
dst
Type: Emgu.TFOutput
References a node already existing in the graph being imported into
See Also