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
»
Function marian::LayerNormalizationGrad
View page source
Function marian::LayerNormalizationGrad
¶
Defined in
File tensor_operators.h
Function Documentation
¶
static
void
marian
::
LayerNormalizationGrad
(
Ptr
<
Allocator
>
allocator
, Tensor
gradX
, Tensor
gradGamma
, Tensor
gradBeta
, Tensor
adj
, Tensor
y
, Tensor
x
, Tensor
gamma
, Tensor
beta
, float
eps
)
¶