Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnn/
H A DDescriptors.hpp129 struct ElementwiseUnaryDescriptor : BaseDescriptor struct
131 ElementwiseUnaryDescriptor() in ElementwiseUnaryDescriptor() function
135 ElementwiseUnaryDescriptor(UnaryOperation operation) in ElementwiseUnaryDescriptor() function
139 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const in operator ==()
145 UnaryOperation m_Operation;
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp266 const ElementwiseUnaryDescriptor&, // descriptor in IsElementwiseUnarySupported()
346 const ElementwiseUnaryDescriptor&, // descriptor in IsLogicalUnarySupported()
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_descriptors.i690 struct ElementwiseUnaryDescriptor struct
697 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const; argument