MCPcopy 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
88void TfLiteFloatArrayFree(TfLiteFloatArray* a) { free(a); }
89
90void TfLiteTensorDataFree(TfLiteTensor* t) {
91 if (t->allocation_type == kTfLiteDynamic && t->data.raw) {

Callers 2

TfLiteQuantizationFreeFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68