24.08
|
A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
ElementwiseUnaryDescriptor () | |
ElementwiseUnaryDescriptor (UnaryOperation operation) | |
bool | operator== (const ElementwiseUnaryDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
UnaryOperation | m_Operation |
Specifies the elementwiseUnary operation to execute. More... | |
A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.
Definition at line 129 of file Descriptors.hpp.
|
inline |
|
inline |
Definition at line 135 of file Descriptors.hpp.
|
inline |
Definition at line 139 of file Descriptors.hpp.
References ElementwiseUnaryDescriptor::m_Operation.
UnaryOperation m_Operation |
Specifies the elementwiseUnary operation to execute.
Definition at line 145 of file Descriptors.hpp.
Referenced by ClSqrtWorkload::ClSqrtWorkload(), ConvertExpOperator(), ConvertLogOperator(), ConvertRsqrtOperator(), AbsLayer::CreateWorkload(), RsqrtLayer::CreateWorkload(), NeonLayerSupport::IsElementwiseUnarySupported(), ClLayerSupport::IsElementwiseUnarySupported(), RefLayerSupport::IsElementwiseUnarySupported(), NeonSqrtWorkload::NeonSqrtWorkload(), ElementwiseUnaryDescriptor::operator==(), StringifyLayerParameters< ElementwiseUnaryDescriptor >::Serialize(), and ElementwiseUnaryQueueDescriptor::Validate().