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

Method AddDetectionPostProcessLayer

src/armnn/Network.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307IConnectableLayer* INetwork::AddDetectionPostProcessLayer(
308 const DetectionPostProcessDescriptor& descriptor,
309 const ConstTensor& anchors,
310 const char* name)
311{
312 return pNetworkImpl->AddDetectionPostProcessLayer(descriptor, anchors, name);
313}
314
315IConnectableLayer* INetwork::AddElementwiseBinaryLayer(const ElementwiseBinaryDescriptor& elementwiseBinaryDescriptor,
316 const char* name)

Calls

no outgoing calls

Tested by 1