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

Method AddDepthToSpaceLayer

src/armnn/Network.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286IConnectableLayer* INetwork::AddDepthToSpaceLayer(const DepthToSpaceDescriptor& depthToSpaceDescriptor,
287 const char* name)
288{
289 return pNetworkImpl->AddDepthToSpaceLayer(depthToSpaceDescriptor, name);
290}
291
292
293IConnectableLayer* INetwork::AddDepthwiseConvolution2dLayer(

Callers 6

ParseDepthToSpaceMethod · 0.80
ParseDepthToSpaceMethod · 0.80

Calls

no outgoing calls

Tested by 1