Searched defs:Quantization (Results 1 – 1 of 1) sorted by relevance
147 template <int cn> struct Quantization struct150 __device__ static int apply(const T& val) in apply()160 template <> struct Quantization<1> struct163 __device__ static int apply(T val) in apply()170 template <typename T> struct Quantization : detail::Quantization<VecTraits<T>::cn> {}; struct