ArmNN
 20.02
ElementwiseUnaryDescriptor Struct Reference

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. More...

#include <Descriptors.hpp>

Public Member Functions

 ElementwiseUnaryDescriptor ()
 
 ElementwiseUnaryDescriptor (UnaryOperation operation)
 
bool operator== (const ElementwiseUnaryDescriptor &rhs) const
 

Public Attributes

UnaryOperation m_Operation
 Specifies the elementwiseUnary operation to execute. More...
 

Detailed Description

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.

Definition at line 82 of file Descriptors.hpp.

Constructor & Destructor Documentation

◆ ElementwiseUnaryDescriptor() [1/2]

◆ ElementwiseUnaryDescriptor() [2/2]

Definition at line 88 of file Descriptors.hpp.

89  : m_Operation(operation)
90  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
Definition: Descriptors.hpp:98

Member Function Documentation

◆ operator==()

bool operator== ( const ElementwiseUnaryDescriptor rhs) const
inline

Definition at line 92 of file Descriptors.hpp.

References ElementwiseUnaryDescriptor::m_Operation.

93  {
94  return m_Operation == rhs.m_Operation;
95  }
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
Definition: Descriptors.hpp:98

Member Data Documentation

◆ m_Operation


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