launch_ref

Function launch_ref 

Source
pub fn launch_ref<R: Runtime, EG: Numeric>(
    client: &ComputeClient<R::Server, R::Channel>,
    lhs: &TensorHandleRef<'_, R>,
    rhs: &TensorHandleRef<'_, R>,
    out: &TensorHandleRef<'_, R>,
    config: Tiling2dConfig,
)
Expand description

Matrix multiplication using tiling 2d algorithm.