Searched defs:ThreshBinaryFunc (Results 1 – 1 of 1) sorted by relevance
673 template <typename T> struct ThreshBinaryFunc : unary_function<T, T> struct675 T thresh;676 T maxVal;678 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()()