Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator()
Method
operator()
tensorflow/lite/core/subgraph.cc:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
struct TfLiteQuantizationDeleter {
35
void operator()(TfLiteQuantization* q) {
36
if (q) TfLiteQuantizationFree(q);
37
}
38
};
39
40
using ScopedTfLiteQuantization =
Callers
nothing calls this directly
Calls
1
TfLiteQuantizationFree
Function · 0.85
Tested by
no test coverage detected