Searched defs:ThreshBinaryInvFunc (Results 1 – 1 of 1) sorted by relevance
693 template <typename T> struct ThreshBinaryInvFunc : unary_function<T, T> struct695 T thresh;696 T maxVal;698 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()()