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

Method AddOutputLayer

src/armnn/Network.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 return pNetworkImpl->AddFloorLayer(name);
496}
497IConnectableLayer* INetwork::AddOutputLayer(LayerBindingId id, const char* name)
498{
499 return pNetworkImpl->AddOutputLayer(id, name);
500}
501
502IConnectableLayer* INetwork::AddLstmLayer(const LstmDescriptor& descriptor,
503 const LstmInputParams& params,

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
SetupOutputLayersMethod · 0.45
ComparisonModelMethod · 0.45
SerializeArgMinMaxTestFunction · 0.45

Calls

no outgoing calls

Tested by 15

ComparisonModelMethod · 0.36
SerializeArgMinMaxTestFunction · 0.36
CreateTestNetworkFunction · 0.36
CreateNetworkFunction · 0.36
CreateGatherNetworkFunction · 0.36
QLstmEndToEndFunction · 0.36