ArmNN
 20.08
rsqrt< T > Struct Template Reference

#include <Rsqrt.hpp>

Inheritance diagram for rsqrt< T >:

Public Member Functions

operator() (const T &inputData) const
 

Detailed Description

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

Definition at line 13 of file Rsqrt.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 16 of file Rsqrt.hpp.

17  {
18  return 1 / std::sqrt(inputData);
19  }

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