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

Method AddQuantizedLstmLayer

src/armnn/Network.cpp:611–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611IConnectableLayer* INetwork::AddQuantizedLstmLayer(const QuantizedLstmInputParams& params,
612 const char* name)
613{
614 return pNetworkImpl->AddQuantizedLstmLayer(params, name);
615}
616
617IConnectableLayer* INetwork::AddQLstmLayer(const QLstmDescriptor& descriptor,
618 const LstmInputParams& params,

Calls

no outgoing calls

Tested by 1