| 391 | return pNetworkImpl->AddSliceLayer(sliceDescriptor, name); |
| 392 | } |
| 393 | IConnectableLayer* INetwork::AddSoftmaxLayer(const SoftmaxDescriptor& softmaxDescriptor, |
| 394 | const char* name) |
| 395 | { |
| 396 | return pNetworkImpl->AddSoftmaxLayer(softmaxDescriptor, name); |
| 397 | } |
| 398 | |
| 399 | IConnectableLayer* INetwork::AddSplitterLayer(const ViewsDescriptor& splitterDescriptor, |
| 400 | const char* name) |
no outgoing calls