cudacvtfloat.hpp 135 Bytes Edit Raw Blame History 1 2 3 namespace br { namespace cuda { namespace cudacvtfloat { void wrapper(const unsigned char* src, float* dst, int rows, int cols); }}}