Function tract_hir::ops::matmul::compute_shapes [−][src]
pub fn compute_shapes<D: DimLike>(
ashape_orig: TVec<D>,
bshape_orig: TVec<D>,
a_trans: bool,
b_trans: bool,
c_trans: bool
) -> TractResult<(TVec<D>, TVec<D>, TVec<D>, TVec<D>)>