Click or drag to resize

InterpreterInvoke Method

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

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
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