Home
last modified time | relevance | path

Searched refs:AddLogSoftmaxLayer (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DLogSoftmaxEndToEndTestImpl.cpp36 IConnectableLayer* logSoftmax = net->AddLogSoftmaxLayer(logSoftmaxDesc, "Log_Softmax"); in CreateLogSoftmaxNetwork()
/external/armnn/delegate/classic/src/
DSoftmax.hpp134 softmaxLayer = delegateData.m_Network->AddLogSoftmaxLayer(descriptor); in VisitSoftmaxOperator()
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_network.i686 ") AddLogSoftmaxLayer;
687 …armnn::IConnectableLayer* AddLogSoftmaxLayer(const armnn::LogSoftmaxDescriptor& logSoftmaxDescript…
/external/armnn/src/armnn/
DNetwork.hpp127 IConnectableLayer* AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
DNetwork.cpp455 IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor, in AddLogSoftmaxLayer() function in armnn::INetwork
458 return pNetworkImpl->AddLogSoftmaxLayer(logSoftmaxDescriptor, name); in AddLogSoftmaxLayer()
2288 IConnectableLayer* NetworkImpl::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& desc, in AddLogSoftmaxLayer() function in armnn::NetworkImpl
/external/armnn/include/armnn/
DINetwork.hpp615 IConnectableLayer* AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
/external/android-nn-driver/
DConversionUtils_1_2.hpp1544 IConnectableLayer* layer = data.m_Network->AddLogSoftmaxLayer(descriptor); in ConvertLogSoftmax()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp1612 …armnn::IConnectableLayer* const logSoftmaxLayer = network->AddLogSoftmaxLayer(descriptor, layerNam…
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp1946 IConnectableLayer* layer = m_Network->AddLogSoftmaxLayer(descriptor, layerName.c_str()); in ParseLogSoftmax()
/external/armnn/shim/sl/canonical/
DConverter.cpp2932 IConnectableLayer* layer = data.m_Network->AddLogSoftmaxLayer(descriptor); in ConvertLogSoftmax()
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp2076 IConnectableLayer* const layer = m_Network->AddLogSoftmaxLayer(desc, layerName.c_str()); in ParseLogSoftmax()