ImportGraphDefOptionsRemapControlDependency Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Set any imported nodes with control input srcName to have that input
replaced with dst
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic void RemapControlDependency(
string srcName,
Operation dst
)
Public Sub RemapControlDependency (
srcName As String,
dst As Operation
)
public:
void RemapControlDependency(
String^ srcName,
Operation^ dst
)
member RemapControlDependency :
srcName : string *
dst : Operation -> unit
Parameters
- srcName
- Type: SystemString
Refers to a node in the graph to be imported - dst
- Type: Emgu.TFOperation
References an operation already existing in the graph being imported into
See Also