ImportGraphDefOptionsAddControlDependency Method |
http://www.emgu.com
Cause the imported graph to have a control dependency on oper
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic void AddControlDependency(
Operation oper
)
Public Sub AddControlDependency (
oper As Operation
)
public:
void AddControlDependency(
Operation^ oper
)
member AddControlDependency :
oper : Operation -> unit
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