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

Function Init

tensorflow/lite/kernels/transpose_conv.cc:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84};
85
86void* Init(TfLiteContext* context, const char* buffer, size_t length) {
87 auto* data = new OpData;
88 eigen_support::IncrementUsageCounter(context);
89 return data;
90}
91
92void Free(TfLiteContext* context, void* buffer) {
93 eigen_support::DecrementUsageCounter(context);

Callers

nothing calls this directly

Calls 1

IncrementUsageCounterFunction · 0.85

Tested by

no test coverage detected