OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::reduce_detail::Unroll< I, Pointer, Reference, Op > Struct Template Reference

#include <reduce.hpp>

Static Public Member Functions

static __device__ void loopShfl (Reference val, Op op, unsigned int N)
 
static __device__ void loop (Pointer smem, Reference val, unsigned int tid, Op op)
 

Member Function Documentation

template<unsigned int I, typename Pointer , typename Reference , class Op >
static __device__ void cv::gpu::device::reduce_detail::Unroll< I, Pointer, Reference, Op >::loop ( Pointer  smem,
Reference  val,
unsigned int  tid,
Op  op 
)
inlinestatic
template<unsigned int I, typename Pointer , typename Reference , class Op >
static __device__ void cv::gpu::device::reduce_detail::Unroll< I, Pointer, Reference, Op >::loopShfl ( Reference  val,
Op  op,
unsigned int  N 
)
inlinestatic

The documentation for this struct was generated from the following file: