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
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