Home
last modified time | relevance | path

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

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