#include <Rsqrt.hpp>
template<typename T>
struct armnn::rsqrt< T >
Definition at line 13 of file Rsqrt.hpp.
◆ operator()()
T operator() |
( |
const T & |
inputData | ) |
const |
|
inline |
Definition at line 16 of file Rsqrt.hpp.
18 return 1 / std::sqrt(inputData);
The documentation for this struct was generated from the following file: