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

Parameters

tfDelegate
Type: Emgu.TF.LiteIDelegate
The delegate

Return Value

Type: Status
The status
See Also