MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TfLiteInterpreterInvoke

Function TfLiteInterpreterInvoke

tensorflow/lite/experimental/c/c_api.cc:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170TfLiteStatus TfLiteInterpreterInvoke(TfLiteInterpreter* interpreter) {
171 return interpreter->impl->Invoke();
172}
173
174int32_t TfLiteInterpreterGetOutputTensorCount(
175 const TfLiteInterpreter* interpreter) {

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
InvokeMethod · 0.85

Calls 1

InvokeMethod · 0.45

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68