| 622 | } |
| 623 | |
| 624 | IConnectableLayer* INetwork::AddLogicalBinaryLayer(const LogicalBinaryDescriptor& descriptor, |
| 625 | const char* name) |
| 626 | { |
| 627 | return pNetworkImpl->AddLogicalBinaryLayer(descriptor, name); |
| 628 | } |
| 629 | |
| 630 | IConnectableLayer* INetwork::AddUnidirectionalSequenceLstmLayer( |
| 631 | const UnidirectionalSequenceLstmDescriptor& descriptor, |
no outgoing calls
no test coverage detected