| 461 | } |
| 462 | |
| 463 | IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor, |
| 464 | const char* name) |
| 465 | { |
| 466 | return pNetworkImpl->AddLogSoftmaxLayer(logSoftmaxDescriptor, name); |
| 467 | } |
| 468 | |
| 469 | IConnectableLayer* INetwork::AddConstantLayer(const ConstTensor& input, |
| 470 | const char* name) |
no outgoing calls