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.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
SyntaxPublic Function Invoke As Status
member Invoke : unit -> Status
Return Value
Type:
StatusStatus of success or failure.
RemarksIt 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