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

Method Prepare

delegate/opaque/src/armnn_delegate.cpp:621–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621TfLiteStatus ArmnnSubgraph::Prepare(TfLiteOpaqueContext* tfLiteContext)
622{
623 armnn::IgnoreUnused(tfLiteContext);
624 return kTfLiteOk;
625}
626
627TfLiteStatus ArmnnSubgraph::Invoke(TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode)
628{

Callers 1

DoPrepareFunction · 0.45

Calls 1

IgnoreUnusedFunction · 0.50

Tested by

no test coverage detected