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