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

Method AddLogicalBinaryLayer

src/armnn/Network.cpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ParseLogicalBinaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected