Searched defs:template_overload (Results 1 – 1 of 1) sorted by relevance
442 template <typename T> __host__ T template_overload(const T &a) { return a; }; in template_overload() function443 template <typename T> __device__ T template_overload(const T &a) { return a; }; in template_overload() function