Searched refs:LogSoftmaxQueueDescriptor (Results 1 – 21 of 21) sorted by relevance
/external/armnn/src/backends/reference/workloads/ |
D | RefLogSoftmaxWorkload.hpp | 14 class RefLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor> 17 using BaseWorkload<LogSoftmaxQueueDescriptor>::BaseWorkload;
|
/external/armnn/src/backends/cl/workloads/ |
D | ClLogSoftmaxWorkload.hpp | 24 class ClLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor> 27 ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
|
D | ClLogSoftmaxWorkload.cpp | 28 ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const Workl… in ClLogSoftmaxWorkload() 30 : BaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in ClLogSoftmaxWorkload()
|
/external/armnn/src/backends/neon/workloads/ |
D | NeonLogSoftmaxWorkload.hpp | 24 class NeonLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor> 27 NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
|
D | NeonLogSoftmaxWorkload.cpp | 33 NeonLogSoftmaxWorkload::NeonLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, in NeonLogSoftmaxWorkload() 36 : BaseWorkload<LogSoftmaxQueueDescriptor>(descriptor, info) in NeonLogSoftmaxWorkload()
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | LogSoftmaxTestImpl.cpp | 36 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/ |
D | LogSoftmaxLayer.cpp | 23 LogSoftmaxQueueDescriptor descriptor; in CreateWorkload()
|
/external/armnn/src/backends/backendsCommon/ |
D | WorkloadFactoryBase.hpp | 153 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*descriptor*/, in CreateLogSoftmax() argument
|
D | WorkloadFactory.hpp | 170 virtual std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
D | WorkloadData.hpp | 350 struct LogSoftmaxQueueDescriptor : QueueDescriptorWithParameters<LogSoftmaxDescriptor> struct
|
D | WorkloadFactory.cpp | 1471 std::unique_ptr<IWorkload> IWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*de… in CreateLogSoftmax() argument
|
D | WorkloadData.cpp | 1603 void LogSoftmaxQueueDescriptor::Validate(const WorkloadInfo& workloadInfo) const in Validate()
|
/external/armnn/src/backends/neon/ |
D | NeonWorkloadFactory.hpp | 149 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
D | NeonWorkloadFactory.cpp | 355 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& d… in CreateLogSoftmax()
|
/external/armnn/src/backends/reference/ |
D | RefWorkloadFactory.hpp | 168 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
D | RefWorkloadFactory.cpp | 414 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& de… in CreateLogSoftmax()
|
/external/armnn/src/backends/cl/ |
D | ClWorkloadFactory.hpp | 148 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& descriptor,
|
D | ClWorkloadFactory.cpp | 433 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& des… in CreateLogSoftmax()
|
/external/armnn/src/backends/neon/test/ |
D | NeonCreateWorkloadTests.cpp | 854 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in NeonCreateLogSoftmaxWorkloadTest()
|
/external/armnn/src/backends/cl/test/ |
D | ClCreateWorkloadTests.cpp | 836 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in ClCreateLogSoftmaxWorkloadTest()
|
/external/armnn/src/armnn/test/ |
D | CreateWorkload.hpp | 1758 LogSoftmaxQueueDescriptor queueDescriptor = workload->GetData(); in CreateLogSoftmaxWorkloadTest()
|