| 603 | } |
| 604 | |
| 605 | IConnectableLayer* INetwork::AddStandInLayer(const StandInDescriptor& descriptor, |
| 606 | const char* name) |
| 607 | { |
| 608 | return pNetworkImpl->AddStandInLayer(descriptor, name); |
| 609 | } |
| 610 | |
| 611 | IConnectableLayer* INetwork::AddQuantizedLstmLayer(const QuantizedLstmInputParams& params, |
| 612 | const char* name) |
no outgoing calls
no test coverage detected