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

Method AddChannelShuffleLayer

src/armnn/Network.cpp:638–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638IConnectableLayer* INetwork::AddChannelShuffleLayer(const ChannelShuffleDescriptor &descriptor,
639 const char* name)
640{
641 return pNetworkImpl->AddChannelShuffleLayer(descriptor, name);
642}
643
644IConnectableLayer* INetwork::AddBatchMatMulLayer(const BatchMatMulDescriptor &descriptor,
645 const char* name)

Callers 3

ParseChannelShuffleMethod · 0.80

Calls

no outgoing calls

Tested by 1