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

Function GetDummy2Registration

tensorflow/lite/mutable_op_resolver_test.cc:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void Dummy2free(TfLiteContext* context, void* buffer) {}
52
53TfLiteRegistration* GetDummy2Registration() {
54 static TfLiteRegistration registration = {
55 .init = Dummy2Init,
56 .free = Dummy2free,
57 .prepare = Dummy2Prepare,
58 .invoke = Dummy2Invoke,
59 };
60 return &registration;
61}
62
63TEST(MutableOpResolverTest, FinOp) {
64 MutableOpResolver resolver;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected