Click or drag to resize

ImportGraphDefOptionsAddControlDependency Method

http://www.emgu.com
Cause the imported graph to have a control dependency on oper

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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