Contents:
Defined in File expression_operators.cpp
marian::
::
highway
Highway transformation.
Computes the highway tranform on y and x as gated by t: \( \operatorname{sigmoid}(t) y + (1-\operatorname{sigmoid}(t)) x \)
y
x
t:
HighwayNodeOp