Skip to main content

matmul_output_shape

Function matmul_output_shape 

Source
pub fn matmul_output_shape(
    a_shape: &[usize],
    b_shape: &[usize],
) -> Result<Vec<usize>>
Expand description

Calculate output shape for matrix multiplication