MCPcopy Create free account
hub / github.com/ARM-software/armnn / AddBatchMatMulLayer

Method AddBatchMatMulLayer

src/armnn/Network.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

VisitBatchMatMulOperatorFunction · 0.80
VisitBatchMatMulOperatorFunction · 0.80
ParseBatchMatMulMethod · 0.80
CreateBatchMatMulNetworkFunction · 0.80
ParseBatchMatMulMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateBatchMatMulNetworkFunction · 0.64