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

Method AddL2NormalizationLayer

src/armnn/Network.cpp:457–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457IConnectableLayer* INetwork::AddL2NormalizationLayer(const L2NormalizationDescriptor& desc,
458 const char* name)
459{
460 return pNetworkImpl->AddL2NormalizationLayer(desc, name);
461}
462
463IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
464 const char* name)

Callers 5

ParseL2NormalizationMethod · 0.80
ParseL2NormalizationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected