| 387 | } |
| 388 | |
| 389 | IConnectableLayer* INetwork::AddSliceLayer(const SliceDescriptor& sliceDescriptor, const char* name) |
| 390 | { |
| 391 | return pNetworkImpl->AddSliceLayer(sliceDescriptor, name); |
| 392 | } |
| 393 | IConnectableLayer* INetwork::AddSoftmaxLayer(const SoftmaxDescriptor& softmaxDescriptor, |
| 394 | const char* name) |
| 395 | { |
no outgoing calls