Function init_expand

Source
pub fn init_expand<F>(
    context: &mut CubeContext,
    input: ExpandElement,
    func: F,
) -> ExpandElement
where F: Fn(Variable) -> Operation,