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

Function Free

tensorflow/lite/kernels/transpose_conv.cc:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Free(TfLiteContext* context, void* buffer) {
93 eigen_support::DecrementUsageCounter(context);
94 delete reinterpret_cast<OpData*>(buffer);
95}
96
97TfLiteStatus ResizeTensor(TfLiteContext* context,
98 const TfLiteTensor* shape_tensor,

Callers

nothing calls this directly

Calls 1

DecrementUsageCounterFunction · 0.85

Tested by

no test coverage detected