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

Method AddSwitchLayer

src/armnn/Network.cpp:570–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570IConnectableLayer* INetwork::AddSwitchLayer(const char* name)
571{
572 return pNetworkImpl->AddSwitchLayer(name);
573}
574
575IConnectableLayer* INetwork::AddPreluLayer(const char* name)
576{

Callers 3

ParseSwitchMethod · 0.80
FlowControl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected