Template Function marian::gpu::gAggregateReduce

Function Documentation

template<size_t K, class Functor, class AggFunctor, typename T, typename AccType = float>__global__ void marian::gpu::gAggregateReduce(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)