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

Method AddLogSoftmaxLayer

src/armnn/Network.cpp:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
464 const char* name)
465{
466 return pNetworkImpl->AddLogSoftmaxLayer(logSoftmaxDescriptor, name);
467}
468
469IConnectableLayer* INetwork::AddConstantLayer(const ConstTensor& input,
470 const char* name)

Callers 6

VisitSoftmaxOperatorFunction · 0.80
VisitSoftmaxOperatorFunction · 0.80
ParseLogSoftmaxMethod · 0.80
CreateLogSoftmaxNetworkFunction · 0.80
ParseLogSoftmaxMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateLogSoftmaxNetworkFunction · 0.64