Searched refs:AddStandInLayer (Results 1 – 9 of 9) sorted by relevance
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
D | armnn_network.i | 1053 ") AddStandInLayer; 1054 armnn::IConnectableLayer* AddStandInLayer(const armnn::StandInDescriptor& descriptor,
|
/external/armnn/src/armnn/test/ |
D | NetworkTests.cpp | 552 auto standIn = net.AddStandInLayer(standInDescriptor, "StandIn"); 584 auto standIn = net.AddStandInLayer(standInDescriptor, "StandIn");
|
D | SubgraphViewTests.cpp | 2556 …IConnectableLayer* standInLayer = optimizationViews.GetINetwork()->AddStandInLayer(StandInDescript… 2671 …IConnectableLayer* standInLayer = optimizationViews.GetINetwork()->AddStandInLayer(StandInDescript…
|
/external/armnn/src/armnn/ |
D | Network.hpp | 210 IConnectableLayer* AddStandInLayer(const StandInDescriptor& descriptor,
|
D | Network.cpp | 597 IConnectableLayer* INetwork::AddStandInLayer(const StandInDescriptor& descriptor, in AddStandInLayer() function in armnn::INetwork 600 return pNetworkImpl->AddStandInLayer(descriptor, name); in AddStandInLayer() 2564 IConnectableLayer* NetworkImpl::AddStandInLayer(const StandInDescriptor& desc, in AddStandInLayer() function in armnn::NetworkImpl
|
/external/armnn/include/armnn/ |
D | INetwork.hpp | 779 IConnectableLayer* AddStandInLayer(const StandInDescriptor& descriptor,
|
/external/armnn/src/armnnSerializer/test/ |
D | SerializerTests.cpp | 2689 …armnn::IConnectableLayer* const standInLayer = network->AddStandInLayer(descriptor, layerName.c_st…
|
/external/armnn/src/armnnDeserializer/ |
D | Deserializer.cpp | 3760 armnn::IConnectableLayer* layer = m_Network->AddStandInLayer(descriptor, layerName.c_str()); in ParseStandIn()
|
/external/armnn/src/armnnTfLiteParser/ |
D | TfLiteParser.cpp | 1173 IConnectableLayer* layer = m_Network->AddStandInLayer(descriptor, layerName.c_str()); in ParseUnsupportedOperator()
|