select_matmul

Function select_matmul 

Source
pub fn select_matmul<A: Algorithm, R: Runtime, MP: MatmulPrecision>(
    client: &ComputeClient<R::Server, R::Channel>,
    problem: &ConvolutionProblem,
    plane_dim: u32,
) -> (MatmulSelection, StageInput)