Function cubecl_core::frontend::mul_assign_array_op::expand

source ยท
pub fn expand<Array: Into<ExpandElement>, Index: Into<ExpandElement>, Value: Into<ExpandElement>>(
    context: &mut CubeContext,
    array: Array,
    index: Index,
    value: Value,
)