Click or drag to resize

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.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public Status ModifyGraphWithDelegate(
	IDelegate tfDelegate
)

Parameters

tfDelegate
Type: Emgu.TF.LiteIDelegate
The delegate

Return Value

Type: Status
The status
See Also