Home
last modified time | relevance | path

Searched refs:logSoftmaxQueueDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp399 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local
400 return std::make_unique<RefLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, info); in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp422 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local
423 return std::make_unique<NeonLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp588 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local
590 return MakeWorkload<ClLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp1766 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local
1767 return CreateLogSoftmax(*logSoftmaxQueueDescriptor, info); in CreateWorkload()