Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
TfLiteStatus TfLiteInterpreterInvoke(TfLiteInterpreter* interpreter) {
171
return interpreter->impl->Invoke();
172
}
173
174
int32_t TfLiteInterpreterGetOutputTensorCount(
175
const TfLiteInterpreter* interpreter) {
Callers
3
TEST
Function · 0.85
TEST
Function · 0.85
Invoke
Method · 0.85
Calls
1
Invoke
Method · 0.45
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68