Home
last modified time | relevance | path

Searched defs:ElementwiseUnaryQueueDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp2064 …_ptr<IWorkload> IWorkloadFactory::CreateElementwiseUnary(const ElementwiseUnaryQueueDescriptor& /*… in CreateElementwiseUnary() argument
2119 …ique_ptr<IWorkload> IWorkloadFactory::CreateLogicalUnary(const ElementwiseUnaryQueueDescriptor& /*… in CreateLogicalUnary() argument
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadData.hpp671 struct ElementwiseUnaryQueueDescriptor : QueueDescriptorWithParameters<ElementwiseUnaryDescriptor> struct