Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TfLiteFloatArrayFree
Function
TfLiteFloatArrayFree
tensorflow/lite/c/c_api_internal.c:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void TfLiteFloatArrayFree(TfLiteFloatArray* a) { free(a); }
89
90
void TfLiteTensorDataFree(TfLiteTensor* t) {
91
if (t->allocation_type == kTfLiteDynamic && t->data.raw) {
Callers
2
TfLiteQuantizationFree
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68