Home
last modified time | relevance | path

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

/external/armnn/include/armnn/
DDescriptors.hpp93 struct ElementwiseUnaryDescriptor struct
95 ElementwiseUnaryDescriptor() in ElementwiseUnaryDescriptor() argument
99 ElementwiseUnaryDescriptor(UnaryOperation operation) in ElementwiseUnaryDescriptor() function
103 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const in operator ==()
109 UnaryOperation m_Operation;
DLayerVisitorBase.hpp98 const ElementwiseUnaryDescriptor&, in VisitElementwiseUnaryLayer()
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i605 struct ElementwiseUnaryDescriptor struct
612 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const; argument
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp334 const ElementwiseUnaryDescriptor&, // descriptor in IsLogicalUnarySupported()