Home
last modified time | relevance | path

Searched refs:LogSoftmaxQueueDescriptor (Results 1 – 21 of 21) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DRefLogSoftmaxWorkload.hpp14 class RefLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor>
17 using BaseWorkload<LogSoftmaxQueueDescriptor>::BaseWorkload;
/external/armnn/src/backends/cl/workloads/
DClLogSoftmaxWorkload.hpp24 class ClLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor>
27 ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
DClLogSoftmaxWorkload.cpp28 ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const Workl… in ClLogSoftmaxWorkload()
30 : BaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in ClLogSoftmaxWorkload()
/external/armnn/src/backends/neon/workloads/
DNeonLogSoftmaxWorkload.hpp24 class NeonLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor>
27 NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
DNeonLogSoftmaxWorkload.cpp33 NeonLogSoftmaxWorkload::NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, in NeonLogSoftmaxWorkload()
36 : BaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in NeonLogSoftmaxWorkload()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DLogSoftmaxTestImpl.cpp36 armnn::LogSoftmaxQueueDescriptor descriptor, in LogSoftmaxTestImpl()
93 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest1()
131 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest2()
169 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest3()
207 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest4()
/external/armnn/src/armnn/layers/
DLogSoftmaxLayer.cpp23 LogSoftmaxQueueDescriptor descriptor; in CreateWorkload()
/external/armnn/src/backends/backendsCommon/
DWorkloadFactoryBase.hpp153 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*descriptor*/, in CreateLogSoftmax() argument
DWorkloadFactory.hpp170 virtual std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
DWorkloadData.hpp350 struct LogSoftmaxQueueDescriptor : QueueDescriptorWithParameters<LogSoftmaxDescriptor> struct
DWorkloadFactory.cpp1471 std::unique_ptr<IWorkload> IWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*de… in CreateLogSoftmax() argument
DWorkloadData.cpp1603 void LogSoftmaxQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
/external/armnn/src/backends/neon/
DNeonWorkloadFactory.hpp149 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
DNeonWorkloadFactory.cpp355 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& d… in CreateLogSoftmax()
/external/armnn/src/backends/reference/
DRefWorkloadFactory.hpp168 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
DRefWorkloadFactory.cpp414 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& de… in CreateLogSoftmax()
/external/armnn/src/backends/cl/
DClWorkloadFactory.hpp148 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
DClWorkloadFactory.cpp433 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& des… in CreateLogSoftmax()
/external/armnn/src/backends/neon/test/
DNeonCreateWorkloadTests.cpp854 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateLogSoftmaxWorkloadTest()
/external/armnn/src/backends/cl/test/
DClCreateWorkloadTests.cpp836 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateLogSoftmaxWorkloadTest()
/external/armnn/src/armnn/test/
DCreateWorkload.hpp1758 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in CreateLogSoftmaxWorkloadTest()