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

Method AddTileLayer

src/armnn/Network.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655IConnectableLayer* INetwork::AddTileLayer(const TileDescriptor &descriptor,
656 const char *name)
657{
658 return pNetworkImpl->AddTileLayer(descriptor, name);
659}
660
661IConnectableLayer* INetwork::AddBroadcastToLayer(const BroadcastToDescriptor& descriptor,
662 const char* name)

Callers 6

VisitTileOperatorFunction · 0.80
VisitTileOperatorFunction · 0.80
ParseTileMethod · 0.80
CreateTileNetworkFunction · 0.80
ParseTileMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateTileNetworkFunction · 0.64