Searched defs:AbsDiffOp1 (Results 1 – 1 of 1) sorted by relevance
72 template <typename T> struct AbsDiffOp1 : binary_function<T, T, T> struct74 __device__ __forceinline__ T operator ()(T a, T b) const in operator ()()