| 495 | return pNetworkImpl->AddFloorLayer(name); |
| 496 | } |
| 497 | IConnectableLayer* INetwork::AddOutputLayer(LayerBindingId id, const char* name) |
| 498 | { |
| 499 | return pNetworkImpl->AddOutputLayer(id, name); |
| 500 | } |
| 501 | |
| 502 | IConnectableLayer* INetwork::AddLstmLayer(const LstmDescriptor& descriptor, |
| 503 | const LstmInputParams& params, |
no outgoing calls