ArmNN
 23.02
sqrt< T > Struct Template Reference

#include <Sqrt.hpp>

Public Types

typedef T result_type
 
typedef T argument_type
 

Public Member Functions

operator() (const T &inputData) const
 

Detailed Description

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

Definition at line 13 of file Sqrt.hpp.

Member Typedef Documentation

◆ argument_type

typedef T argument_type

Definition at line 16 of file Sqrt.hpp.

◆ result_type

typedef T result_type

Definition at line 15 of file Sqrt.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 19 of file Sqrt.hpp.

20  {
21  return std::sqrt(inputData);
22  }

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