ArmNN
 21.02
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 Attributes

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

Detailed Description

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.

Definition at line 98 of file Descriptors.hpp.

Constructor & Destructor Documentation

◆ ElementwiseUnaryDescriptor() [1/2]

◆ ElementwiseUnaryDescriptor() [2/2]

Definition at line 104 of file Descriptors.hpp.

105  : m_Operation(operation)
106  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.

Member Function Documentation

◆ operator==()

bool operator== ( const ElementwiseUnaryDescriptor rhs) const
inline

Definition at line 108 of file Descriptors.hpp.

References ElementwiseUnaryDescriptor::m_Operation.

109  {
110  return m_Operation == rhs.m_Operation;
111  }
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: