Tannic
A C++ Tensor Library
|
Functor inverse square root (1/√x) Applies element-wise inverse square root to tensor elements. More...
#include <functions.hpp>
Public Member Functions | |
void | operator() (Tensor const &, Tensor &) const |
Public Attributes | |
float | epsilon = 0.0f |
Functor inverse square root (1/√x) Applies element-wise inverse square root to tensor elements.
float tannic::function::Rsqrt::epsilon = 0.0f |