Click or drag to resize

InterpreterInvoke Method

https://www.emgu.com
Invoke the interpreter (run the whole graph in dependency order).

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.16.1.1623+4bf999fc3b81f861a8c2aa1b11ce6bfb8f610804
Syntax
public Status Invoke()

Return Value

Type: Status
Status of success or failure.
Remarks
It is possible that the interpreter is not in a ready state to evaluate (i.e. if a ResizeTensor() has been performed without an AllocateTensors().
See Also