Function tract_core::ops::matmul::compute_shape [−][src]
pub fn compute_shape<D: DimLike>(
ashape: &[D],
bshape: &[D],
a_trans: bool,
b_trans: bool,
c_trans: bool
) -> TractResult<(D, D, D, TVec<D>)>