| 455 | } |
| 456 | |
| 457 | IConnectableLayer* INetwork::AddL2NormalizationLayer(const L2NormalizationDescriptor& desc, |
| 458 | const char* name) |
| 459 | { |
| 460 | return pNetworkImpl->AddL2NormalizationLayer(desc, name); |
| 461 | } |
| 462 | |
| 463 | IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor, |
| 464 | const char* name) |
no outgoing calls
no test coverage detected