ArmNN
 22.11
ElementwiseUnaryDescriptor Struct Reference

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. More...

#include <Descriptors.hpp>

Inheritance diagram for ElementwiseUnaryDescriptor:
BaseDescriptor

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...
 

Detailed Description

Constructor & Destructor Documentation

◆ ElementwiseUnaryDescriptor() [1/2]

◆ ElementwiseUnaryDescriptor() [2/2]

Definition at line 115 of file Descriptors.hpp.

116  : m_Operation(operation)
117  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.

Member Function Documentation

◆ operator==()

bool operator== ( const ElementwiseUnaryDescriptor rhs) const
inline

Definition at line 119 of file Descriptors.hpp.

References ElementwiseUnaryDescriptor::m_Operation.

120  {
121  return m_Operation == rhs.m_Operation;
122  }
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.

Member Data Documentation

◆ m_Operation


The documentation for this struct was generated from the following file: