MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Free

Function Free

tensorflow/lite/kernels/conv.cc:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Free(TfLiteContext* context, void* buffer) {
122 eigen_support::DecrementUsageCounter(context);
123 delete reinterpret_cast<OpData*>(buffer);
124}
125
126// Naive implementation of transpose for floats. Could be optimized to be more
127// cache friendly, but for now it's a one-time cost on first run, and we would

Callers

nothing calls this directly

Calls 1

DecrementUsageCounterFunction · 0.85

Tested by

no test coverage detected