ArmNN
 20.11
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 93 of file Descriptors.hpp.

Constructor & Destructor Documentation

◆ ElementwiseUnaryDescriptor() [1/2]

◆ ElementwiseUnaryDescriptor() [2/2]

Definition at line 99 of file Descriptors.hpp.

100  : m_Operation(operation)
101  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.

Member Function Documentation

◆ operator==()

bool operator== ( const ElementwiseUnaryDescriptor rhs) const
inline

Definition at line 103 of file Descriptors.hpp.

References ElementwiseUnaryDescriptor::m_Operation.

104  {
105  return m_Operation == rhs.m_Operation;
106  }
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: