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 (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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