Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLogSoftmaxTestImpl.cpp36 armnn::LogSoftmaxQueueDescriptor descriptor, in LogSoftmaxTestImpl()
100 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest1()
138 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest2()
176 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest3()
214 armnn::LogSoftmaxQueueDescriptor descriptor; in LogSoftmaxTest4()
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefLogSoftmaxWorkload.hpp14 class RefLogSoftmaxWorkload : public RefBaseWorkload<LogSoftmaxQueueDescriptor>
17 using RefBaseWorkload<LogSoftmaxQueueDescriptor>::RefBaseWorkload;
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonLogSoftmaxWorkload.hpp24 class NeonLogSoftmaxWorkload : public NeonBaseWorkload<LogSoftmaxQueueDescriptor>
27 NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
H A DNeonLogSoftmaxWorkload.cpp33 NeonLogSoftmaxWorkload::NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, in NeonLogSoftmaxWorkload()
36 : NeonBaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in NeonLogSoftmaxWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClLogSoftmaxWorkload.hpp24 class ClLogSoftmaxWorkload : public ClBaseWorkload<LogSoftmaxQueueDescriptor>
27 ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
H A DClLogSoftmaxWorkload.cpp28 ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, in ClLogSoftmaxWorkload()
32 : ClBaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in ClLogSoftmaxWorkload()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DLogSoftmaxLayer.cpp23 LogSoftmaxQueueDescriptor descriptor; in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp147 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*descriptor*/, in CreateLogSoftmax() argument
H A DWorkloadFactory.cpp1766 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload()
2125 std::unique_ptr<IWorkload> IWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*de… in CreateLogSoftmax() argument
H A DWorkloadData.cpp1725 void LogSoftmaxQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.hpp206 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
H A DNeonWorkloadFactory.cpp422 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload()
871 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& d… in CreateLogSoftmax()
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadFactory.hpp230 virtual std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
H A DWorkloadData.hpp358 struct LogSoftmaxQueueDescriptor : QueueDescriptorWithParameters<LogSoftmaxDescriptor> struct
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp399 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload()
908 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& de… in CreateLogSoftmax()
H A DRefWorkloadFactory.hpp225 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.hpp209 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
H A DClWorkloadFactory.cpp588 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload()
1038 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& des… in CreateLogSoftmax()
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonCreateWorkloadTests.cpp860 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateLogSoftmaxWorkloadTest()
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCreateWorkloadTests.cpp999 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateLogSoftmaxWorkloadTest()
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCreateWorkload.hpp1873 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in CreateLogSoftmaxWorkloadTest()