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

Function Free

tensorflow/lite/kernels/if.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Free(TfLiteContext* context, void* buffer) {
42 delete reinterpret_cast<OpData*>(buffer);
43}
44
45TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
46 const OpData* op_data = reinterpret_cast<OpData*>(node->user_data);

Callers 3

ScopedDeviceMemoryMethod · 0.50
~ScopedDeviceMemoryMethod · 0.50
ScopedDeviceMemoryClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected