Function marian::csr_dot

Function Documentation

Expr marian::csr_dot(const Shape &A_shape, Expr A_values, Expr A_indices, Expr A_offsets, Expr B, bool transA)

Computes the dot product of CSR-tensor A with B.