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

Method AddSliceLayer

src/armnn/Network.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389IConnectableLayer* INetwork::AddSliceLayer(const SliceDescriptor& sliceDescriptor, const char* name)
390{
391 return pNetworkImpl->AddSliceLayer(sliceDescriptor, name);
392}
393IConnectableLayer* INetwork::AddSoftmaxLayer(const SoftmaxDescriptor& softmaxDescriptor,
394 const char* name)
395{

Callers 7

VisitSliceOperatorFunction · 0.80
VisitSliceOperatorFunction · 0.80
ParseSliceMethod · 0.80
CreateSliceNetworkFunction · 0.80
ParseSliceMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateSliceNetworkFunction · 0.64