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

Method AddStandInLayer

src/armnn/Network.cpp:605–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605IConnectableLayer* INetwork::AddStandInLayer(const StandInDescriptor& descriptor,
606 const char* name)
607{
608 return pNetworkImpl->AddStandInLayer(descriptor, name);
609}
610
611IConnectableLayer* INetwork::AddQuantizedLstmLayer(const QuantizedLstmInputParams& params,
612 const char* name)

Callers 5

ParseStandInMethod · 0.80
NetworkTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected