Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TfLiteInterpreterDelete
Function
TfLiteInterpreterDelete
tensorflow/lite/experimental/c/c_api.cc:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void TfLiteInterpreterDelete(TfLiteInterpreter* interpreter) {
144
delete interpreter;
145
}
146
147
int32_t TfLiteInterpreterGetInputTensorCount(
148
const TfLiteInterpreter* interpreter) {
Callers
3
TEST
Function · 0.85
TEST
Function · 0.85
Dispose
Method · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68