Function cubecl_core::frontend::assign::expand

source ยท
pub fn expand<I: Into<ExpandElement>, O: Into<ExpandElement>>(
    context: &mut CubeContext,
    input: I,
    output: O,
)