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

Method ReplaceNodeSubsetsWithDelegateKernels

tensorflow/lite/core/subgraph.cc:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels(
218 TfLiteContext* context, TfLiteRegistration registration,
219 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) {
220 return static_cast<Subgraph*>(context->impl_)
221 ->ReplaceNodeSubsetsWithDelegateKernels(registration, nodes_to_replace,
222 delegate);
223}
224
225namespace {
226

Callers 9

TESTFunction · 0.80
SimpleDelegateMethod · 0.80
SetUpMethod · 0.80
GenericPrepareFunction · 0.80
PrepareFunction · 0.80
DelegatePrepareFunction · 0.80
DelegatePrepareFunction · 0.80
DoPrepareMethod · 0.80

Calls 7

CreateDelegateParamsFunction · 0.85
sizeMethod · 0.45
clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by 5

TESTFunction · 0.64
SimpleDelegateMethod · 0.64
SetUpMethod · 0.64
GenericPrepareFunction · 0.64