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

Function CalculateSlotOptionForOutput

src/armnn/Network.cpp:1623–1629  ·  view source on GitHub ↗

Find the handle factory for the output layer which results in fewest required copies.

Source from the content-addressed store, hash-verified

1621
1622// Find the handle factory for the output layer which results in fewest required copies.
1623ITensorHandleFactory::FactoryId CalculateSlotOptionForOutput(BackendsMap& backends,
1624 OutputSlot& slot,
1625 TensorHandleFactoryRegistry& registry)
1626{
1627 IgnoreUnused(backends, slot, registry);
1628 return ITensorHandleFactory::DeferredFactoryId;
1629}
1630
1631// For all handle factories supported on the source backend, we wish to find the one which requires the fewest copies
1632// when considering all connections.

Callers 1

Calls 1

IgnoreUnusedFunction · 0.50

Tested by

no test coverage detected