InterpreterModifyGraphWithDelegate Method |
https://www.emgu.com
Allow a delegate to look at the graph and modify the graph to handle
parts of the graph themselves. After this is called, the graph may
contain new nodes that replace 1 more nodes.
WARNING: This is an experimental API and subject to change.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic Status ModifyGraphWithDelegate(
IDelegate tfDelegate
)
Public Function ModifyGraphWithDelegate (
tfDelegate As IDelegate
) As Status
public:
Status ModifyGraphWithDelegate(
IDelegate^ tfDelegate
)
member ModifyGraphWithDelegate :
tfDelegate : IDelegate -> Status
Parameters
- tfDelegate
- Type: Emgu.TF.LiteIDelegate
The delegate
Return Value
Type:
StatusThe status
See Also