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

Method AddPreluLayer

src/armnn/Network.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575IConnectableLayer* INetwork::AddPreluLayer(const char* name)
576{
577 return pNetworkImpl->AddPreluLayer(name);
578}
579
580IConnectableLayer* INetwork::AddTransposeConvolution2dLayer(const TransposeConvolution2dDescriptor& descriptor,
581 const ConstTensor& weights,

Callers 7

VisitPreluOperatorFunction · 0.80
VisitPreluOperatorFunction · 0.80
ParsePreluMethod · 0.80
CreatePreluNetworkFunction · 0.80
ParsePreluMethod · 0.80
NetworkTests.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

CreatePreluNetworkFunction · 0.64