Click or drag to resize

ImportGraphDefOptionsAddControlDependency Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Cause the imported graph to have a control dependency on oper

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public void AddControlDependency(
	Operation oper
)

Parameters

oper
Type: Emgu.TFOperation
The opration that the graph will have a control dependecy on. Should exist in the graph being imported into.
See Also