| 609 | } |
| 610 | |
| 611 | IConnectableLayer* INetwork::AddQuantizedLstmLayer(const QuantizedLstmInputParams& params, |
| 612 | const char* name) |
| 613 | { |
| 614 | return pNetworkImpl->AddQuantizedLstmLayer(params, name); |
| 615 | } |
| 616 | |
| 617 | IConnectableLayer* INetwork::AddQLstmLayer(const QLstmDescriptor& descriptor, |
| 618 | const LstmInputParams& params, |
no outgoing calls