pub fn flat_transpose<'c>(
    context: &'c Context,
    res: Type<'c>,
    matrix: Value<'c, '_>,
    rows: IntegerAttribute<'c>,
    columns: IntegerAttribute<'c>,
    location: Location<'c>
) -> FlatTransposeOperation<'c>
Expand description

Creates a flat_transpose operation.