MCPcopy 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
34struct TfLiteQuantizationDeleter {
35 void operator()(TfLiteQuantization* q) {
36 if (q) TfLiteQuantizationFree(q);
37 }
38};
39
40using ScopedTfLiteQuantization =

Callers

nothing calls this directly

Calls 1

TfLiteQuantizationFreeFunction · 0.85

Tested by

no test coverage detected