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

Function NnApiImplementation

tensorflow/lite/nnapi/nnapi_implementation.cc:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226} // namespace
227
228const NnApi* NnApiImplementation() {
229 static const NnApi nnapi = LoadNnApi();
230 return &nnapi;
231}

Callers 8

TESTFunction · 0.70
TESTFunction · 0.50
operator()Method · 0.50
operator()Method · 0.50
NNAPIDelegateKernelMethod · 0.50
GetDeviceHandleFunction · 0.50
operator()Method · 0.50
DoPrepareMethod · 0.50

Calls 1

LoadNnApiFunction · 0.85

Tested by 2

TESTFunction · 0.56
TESTFunction · 0.40