Searched refs:AddLogSoftmaxLayer (Results 1 – 11 of 11) sorted by relevance
36 IConnectableLayer* logSoftmax = net->AddLogSoftmaxLayer(logSoftmaxDesc, "Log_Softmax"); in CreateLogSoftmaxNetwork()
134 softmaxLayer = delegateData.m_Network->AddLogSoftmaxLayer(descriptor); in VisitSoftmaxOperator()
686 ") AddLogSoftmaxLayer;687 …armnn::IConnectableLayer* AddLogSoftmaxLayer(const armnn::LogSoftmaxDescriptor& logSoftmaxDescript…
127 IConnectableLayer* AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
455 IConnectableLayer* INetwork::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor, in AddLogSoftmaxLayer() function in armnn::INetwork458 return pNetworkImpl->AddLogSoftmaxLayer(logSoftmaxDescriptor, name); in AddLogSoftmaxLayer()2288 IConnectableLayer* NetworkImpl::AddLogSoftmaxLayer(const LogSoftmaxDescriptor& desc, in AddLogSoftmaxLayer() function in armnn::NetworkImpl
615 IConnectableLayer* AddLogSoftmaxLayer(const LogSoftmaxDescriptor& logSoftmaxDescriptor,
1544 IConnectableLayer* layer = data.m_Network->AddLogSoftmaxLayer(descriptor); in ConvertLogSoftmax()
1612 …armnn::IConnectableLayer* const logSoftmaxLayer = network->AddLogSoftmaxLayer(descriptor, layerNam…
1946 IConnectableLayer* layer = m_Network->AddLogSoftmaxLayer(descriptor, layerName.c_str()); in ParseLogSoftmax()
2932 IConnectableLayer* layer = data.m_Network->AddLogSoftmaxLayer(descriptor); in ConvertLogSoftmax()
2076 IConnectableLayer* const layer = m_Network->AddLogSoftmaxLayer(desc, layerName.c_str()); in ParseLogSoftmax()