MCPcopy Create free account
hub / github.com/ARM-software/armnn / Prepare

Method Prepare

delegate/classic/src/armnn_delegate.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499TfLiteStatus ArmnnSubgraph::Prepare(TfLiteContext* tfLiteContext)
500{
501 armnn::IgnoreUnused(tfLiteContext);
502 return kTfLiteOk;
503}
504
505TfLiteStatus ArmnnSubgraph::Invoke(TfLiteContext* tfLiteContext, TfLiteNode* tfLiteNode)
506{

Callers 1

DoPrepareFunction · 0.45

Calls 1

IgnoreUnusedFunction · 0.50

Tested by

no test coverage detected