Searched defs:UnaryTupleAdapter (Results 1 – 1 of 1) sorted by relevance
57 template <class Op, int n> struct UnaryTupleAdapter struct59 typedef typename Op::result_type result_type;61 Op op;64 __device__ __forceinline__ typename Op::result_type operator ()(const Tuple& t) const in operator ()()