MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/lite/util.h:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56struct TfLiteIntArrayDeleter {
57 void operator()(TfLiteIntArray* a) {
58 if (a) TfLiteIntArrayFree(a);
59 }
60};
61
62// Populates the size in bytes of a type into `bytes`. Returns kTfLiteOk for

Callers

nothing calls this directly

Calls 1

TfLiteIntArrayFreeFunction · 0.85

Tested by

no test coverage detected