Public Types | List of all members
cv::gpu::device::reduce_key_val_detail::Dispatcher< N > Struct Template Reference

#include <reduce_key_val.hpp>

Public Types

typedef StaticIf< (N
<=32)&&IsPowerOf2< N >::value,
WarpOptimized< N >, typename
StaticIf< (N
<=1024)&&IsPowerOf2< N >
::value, GenericOptimized32< N >
, Generic< N > >::type >::type 
reductor
 

Member Typedef Documentation

template<unsigned int N>
typedef StaticIf< (N <= 32) && IsPowerOf2<N>::value, WarpOptimized<N>, typename StaticIf< (N <= 1024) && IsPowerOf2<N>::value, GenericOptimized32<N>, Generic<N> >::type >::type cv::gpu::device::reduce_key_val_detail::Dispatcher< N >::reductor

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