| 257 | } |
| 258 | |
| 259 | IConnectableLayer* INetwork::AddComparisonLayer(const ComparisonDescriptor& comparisonDescriptor, |
| 260 | const char* name) |
| 261 | { |
| 262 | return pNetworkImpl->AddComparisonLayer(comparisonDescriptor, name); |
| 263 | } |
| 264 | |
| 265 | |
| 266 | IConnectableLayer* INetwork::AddConcatLayer(const ConcatDescriptor& concatDescriptor, |
no outgoing calls