Template Function marian::gpu::gAggregateGeneric

Function Documentation

template<size_t K, class Functor, class AggFunctor, typename T, typename AccType>__global__ void marian::gpu::gAggregateGeneric(Functor functor, AccType aggInit, AggFunctor aggFunctor, const functional::Shape full, functional::Tensor < T > out, functional::Array < functional::Tensor < T >, K > ins, AccType scale = 1.0)