OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpUnroller
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp
73
template <int shift> struct
OpUnroller
;
74
template <> struct
OpUnroller
<1>
90
template <> struct
OpUnroller
<2>
110
template <> struct
OpUnroller
<3>
134
template <> struct
OpUnroller
<4>
162
template <> struct
OpUnroller
<8>
228
OpUnroller
<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y);
280
OpUnroller
<ft::smart_shift>::unroll(src1_n_el, src2_n_el, dst_n_el, mask, op, x_shifted, y);
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp
60
//
OpUnroller
62
template <int cn> struct
OpUnroller
;
64
template <> struct
OpUnroller
<1>
81
template <> struct
OpUnroller
<2>
102
template <> struct
OpUnroller
<3>
127
template <> struct
OpUnroller
<4>
204
OpUnroller
<SHIFT>::unroll(src_n_el, dst_n_el, op, mask, x_shifted, y);
242
OpUnroller
<SHIFT>::unroll(src1_n_el, src2_n_el, dst_n_el, op, mask, x_shifted, y);
Completed in 165 milliseconds