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

Function GetDummyRegistration

tensorflow/lite/mutable_op_resolver_test.cc:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29TfLiteRegistration* GetDummyRegistration() {
30 static TfLiteRegistration registration = {
31 .init = nullptr,
32 .free = nullptr,
33 .prepare = nullptr,
34 .invoke = DummyInvoke,
35 };
36 return &registration;
37}
38
39TfLiteStatus Dummy2Invoke(TfLiteContext* context, TfLiteNode* node) {
40 return kTfLiteOk;

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected