Home
last modified time | relevance | path

Searched defs:BinaryReadWriteTraits (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp64 template <typename T1, typename T2, typename D, int shift> struct BinaryReadWriteTraits struct
66 typedef typename TypeVec<T1, shift>::vec_type read_type1;
67 typedef typename TypeVec<T2, shift>::vec_type read_type2;
68 typedef typename TypeVec<D, shift>::vec_type write_type;