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

Method AddSoftmaxLayer

src/armnn/Network.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 return pNetworkImpl->AddSliceLayer(sliceDescriptor, name);
392}
393IConnectableLayer* INetwork::AddSoftmaxLayer(const SoftmaxDescriptor& softmaxDescriptor,
394 const char* name)
395{
396 return pNetworkImpl->AddSoftmaxLayer(softmaxDescriptor, name);
397}
398
399IConnectableLayer* INetwork::AddSplitterLayer(const ViewsDescriptor& splitterDescriptor,
400 const char* name)

Callers 14

VisitSoftmaxOperatorFunction · 0.80
VisitSoftmaxOperatorFunction · 0.80
ParseSoftmaxMethod · 0.80
CreateNetworkFunction · 0.80
GetSoftmaxProfilerJsonFunction · 0.80
CreateSoftmaxNetworkFunction · 0.80
ParseSoftmaxMethod · 0.80

Calls

no outgoing calls

Tested by 3

CreateNetworkFunction · 0.64
GetSoftmaxProfilerJsonFunction · 0.64
CreateSoftmaxNetworkFunction · 0.64