ArmNN
 21.08
abs< T > Struct Template Reference

#include <Abs.hpp>

Inheritance diagram for abs< T >:

Public Member Functions

operator() (const T &inputData) const
 

Detailed Description

template<typename T>
struct armnn::abs< T >

Definition at line 13 of file Abs.hpp.

Member Function Documentation

◆ operator()()

T operator() ( const T &  inputData) const
inline

Definition at line 16 of file Abs.hpp.

17  {
18  return std::abs(inputData);
19  }

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