Home
last modified time | relevance | path

Searched defs:SoftmaxQueueDescriptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactoryBase.hpp239 std::unique_ptr<IWorkload> CreateSoftmax(const SoftmaxQueueDescriptor& /*descriptor*/, in CreateSoftmax() argument
H A DWorkloadFactory.cpp2280 std::unique_ptr<IWorkload> IWorkloadFactory::CreateSoftmax(const SoftmaxQueueDescriptor& /*descript… in CreateSoftmax() argument
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadData.hpp105 struct SoftmaxQueueDescriptor : QueueDescriptorWithParameters<SoftmaxDescriptor> struct