| 642 | } |
| 643 | |
| 644 | IConnectableLayer* INetwork::AddBatchMatMulLayer(const BatchMatMulDescriptor &descriptor, |
| 645 | const char* name) |
| 646 | { |
| 647 | return pNetworkImpl->AddBatchMatMulLayer(descriptor, name); |
| 648 | } |
| 649 | |
| 650 | IConnectableLayer* INetwork::AddReverseV2Layer(const char *name) |
| 651 | { |
no outgoing calls