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

Method Prepare

tensorflow/lite/delegates/nnapi/nnapi_delegate.cc:2701–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2699}
2700
2701TfLiteStatus NNAPIDelegateKernel::Prepare(TfLiteContext* context,
2702 TfLiteNode* node) {
2703 if (!nn_compilation_) {
2704 // Compilation failed earlier, return error.
2705 return kTfLiteError;
2706 }
2707 return kTfLiteOk;
2708}
2709
2710TfLiteStatus NNAPIDelegateKernel::Invoke(TfLiteContext* context,
2711 TfLiteNode* node) {

Callers 1

DoPrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected