Marian NMT
v1.11.5
Contents:
Code Organisation
Expression graphs
Operations in the expression graph
Layers
Using Marian with factors
Library API
How to contribute to Marian
Writing documentation
Marian NMT
»
Library API
»
Template Function marian::AggregateAll(Ptr<Allocator>, Functor, AccType, AggFunctor, AccType, marian::Tensor, const marian::Tensor)
View page source
Template Function marian::AggregateAll(Ptr<Allocator>, Functor, AccType, AggFunctor, AccType, marian::Tensor, const marian::Tensor)
¶
Defined in
File add_all.cu
Function Documentation
¶
template<typename
T
, typename
AccType
, class
Functor
, class
AggFunctor
>
void
marian
::
AggregateAll
(
Ptr
<
Allocator
>
allocator
,
Functor
functor
,
AccType
aggInit
,
AggFunctor
aggFunctor
,
AccType
scale
, marian::Tensor
out
,
const
marian::Tensor
in1
)