/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | LogSoftmaxTestImpl.cpp | 36 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 D | RefLogSoftmaxWorkload.hpp | 14 class RefLogSoftmaxWorkload : public RefBaseWorkload<LogSoftmaxQueueDescriptor> 17 using RefBaseWorkload<LogSoftmaxQueueDescriptor>::RefBaseWorkload;
|
/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonLogSoftmaxWorkload.hpp | 24 class NeonLogSoftmaxWorkload : public NeonBaseWorkload<LogSoftmaxQueueDescriptor> 27 NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
|
H A D | NeonLogSoftmaxWorkload.cpp | 33 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 D | ClLogSoftmaxWorkload.hpp | 24 class ClLogSoftmaxWorkload : public ClBaseWorkload<LogSoftmaxQueueDescriptor> 27 ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
|
H A D | ClLogSoftmaxWorkload.cpp | 28 ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, in ClLogSoftmaxWorkload() 32 : ClBaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in ClLogSoftmaxWorkload()
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | LogSoftmaxLayer.cpp | 23 LogSoftmaxQueueDescriptor descriptor; in CreateWorkload()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadFactoryBase.hpp | 147 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*descriptor*/, in CreateLogSoftmax() argument
|
H A D | WorkloadFactory.cpp | 1766 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() 2125 std::unique_ptr<IWorkload> IWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*de… in CreateLogSoftmax() argument
|
H A D | WorkloadData.cpp | 1725 void LogSoftmaxQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonWorkloadFactory.hpp | 206 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
H A D | NeonWorkloadFactory.cpp | 422 …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 D | WorkloadFactory.hpp | 230 virtual std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
H A D | WorkloadData.hpp | 358 struct LogSoftmaxQueueDescriptor : QueueDescriptorWithParameters<LogSoftmaxDescriptor> struct
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefWorkloadFactory.cpp | 399 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() 908 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& de… in CreateLogSoftmax()
|
H A D | RefWorkloadFactory.hpp | 225 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClWorkloadFactory.hpp | 209 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
H A D | ClWorkloadFactory.cpp | 588 …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 D | NeonCreateWorkloadTests.cpp | 860 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateLogSoftmaxWorkloadTest()
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A D | ClCreateWorkloadTests.cpp | 999 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateLogSoftmaxWorkloadTest()
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | CreateWorkload.hpp | 1873 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in CreateLogSoftmaxWorkloadTest()
|