Template Struct Loop

Struct Documentation

template<size_t n, size_t N, size_t K>
struct Loop

Public Static Functions

template<class Functor, class AggFunctor, typename ElementType, typename AccType>static HOST_DEVICE_INLINE AccType marian::functional::Loop::result(Functor functor, AccType aggInit, AggFunctor aggFunctor, functional::Array < functional::Tensor < ElementType >, K > & in, const functional::Array < int, K > & pAcc, const functional::Array < int, N > & length, const functional::Array < int, N > & dim)