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

Method AddShapeLayer

src/armnn/Network.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594IConnectableLayer* INetwork::AddShapeLayer(const char* name)
595{
596 return pNetworkImpl->AddShapeLayer(name);
597}
598
599IConnectableLayer* INetwork::AddStackLayer(const StackDescriptor& descriptor,
600 const char* name)

Callers 6

VisitShapeOperatorFunction · 0.80
VisitShapeOperatorFunction · 0.80
ParseShapeMethod · 0.80
ParseShapeMethod · 0.80
ParseShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected