Searched defs:ThreshTruncFunc (Results 1 – 1 of 1) sorted by relevance
713 template <typename T> struct ThreshTruncFunc : unary_function<T, T> struct715 T thresh;717 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()()