#include <reduction_detail.hpp>
List of all members.
Static Public Member Functions |
| template<int n, typename T , typename Op > |
| static __device__ void | reduce (volatile T *data, T &partial_reduction, int tid, const Op &op) |
template<>
struct cv::gpu::device::utility_detail::ReductionDispatcher< false >
Member Function Documentation
template<int n, typename T , typename Op >
| static __device__ void cv::gpu::device::utility_detail::ReductionDispatcher< false >::reduce |
( |
volatile T * |
data, |
|
|
T & |
partial_reduction, |
|
|
int |
tid, |
|
|
const Op & |
op |
|
) |
| [static] |
The documentation for this struct was generated from the following file: