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