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

Method AddFillLayer

src/armnn/Network.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327IConnectableLayer* INetwork::AddFillLayer(const FillDescriptor& fillDescriptor,
328 const char* name)
329{
330 return pNetworkImpl->AddFillLayer(fillDescriptor, name);
331}
332
333IConnectableLayer* INetwork::AddFullyConnectedLayer(const FullyConnectedDescriptor& fullyConnectedDescriptor,
334 const char* name)

Callers 5

VisitFillOperatorFunction · 0.80
VisitFillOperatorFunction · 0.80
ParseFillMethod · 0.80
CreateFillNetworkFunction · 0.80

Calls

no outgoing calls

Tested by 1

CreateFillNetworkFunction · 0.64