Function melior::dialect::ods::scf::forall

source ·
pub fn forall<'c>(
    context: &'c Context,
    results: &[Type<'c>],
    dynamic_lower_bound: &[Value<'c, '_>],
    dynamic_upper_bound: &[Value<'c, '_>],
    dynamic_step: &[Value<'c, '_>],
    outputs: &[Value<'c, '_>],
    region: Region<'c>,
    static_lower_bound: Attribute<'c>,
    static_upper_bound: Attribute<'c>,
    static_step: Attribute<'c>,
    location: Location<'c>
) -> ForallOperation<'c>
Expand description

Creates a forall operation.