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

Method ModifyGraphWithDelegate

tensorflow/lite/interpreter.cc:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269TfLiteStatus Interpreter::ModifyGraphWithDelegate(TfLiteDelegate* delegate) {
270 for (auto& subgraph : subgraphs_) {
271 TF_LITE_ENSURE_OK(context_, subgraph->ModifyGraphWithDelegate(delegate));
272 }
273 return kTfLiteOk;
274}
275
276TfLiteStatus Interpreter::ModifyGraphWithDelegate(TfLiteDelegatePtr delegate) {
277 // Note that we retain ownership of the delegate even if graph modification

Callers 1

ApplyDelegatesMethod · 0.45

Calls 3

push_backMethod · 0.45
getMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected