Function marian::bdot_legacy

Function Documentation

Expr marian::bdot_legacy(Expr a, Expr b, bool transA, bool transB, float scale)

bdot_legacy is an old implemetation of bdot without correct broadcasting on the batch dimensions, to be removed once the behavior can be correctly replicated with normal bdot on 5 dimensions.