| 573 | } |
| 574 | |
| 575 | IConnectableLayer* INetwork::AddPreluLayer(const char* name) |
| 576 | { |
| 577 | return pNetworkImpl->AddPreluLayer(name); |
| 578 | } |
| 579 | |
| 580 | IConnectableLayer* INetwork::AddTransposeConvolution2dLayer(const TransposeConvolution2dDescriptor& descriptor, |
| 581 | const ConstTensor& weights, |
no outgoing calls