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

Method AddCastLayer

src/armnn/Network.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254IConnectableLayer* INetwork::AddCastLayer(const char* name)
255{
256 return pNetworkImpl->AddCastLayer(name);
257}
258
259IConnectableLayer* INetwork::AddComparisonLayer(const ComparisonDescriptor& comparisonDescriptor,
260 const char* name)

Callers 6

VisitCastOperatorFunction · 0.80
VisitCastOperatorFunction · 0.80
ParseCastMethod · 0.80
CastSimpleTestFunction · 0.80
ParseCastMethod · 0.80

Calls

no outgoing calls

Tested by 1

CastSimpleTestFunction · 0.64