pub fn intr_matrix_column_major_load<'c>(
    context: &'c Context,
    res: Type<'c>,
    data: Value<'c, '_>,
    stride: Value<'c, '_>,
    is_volatile: IntegerAttribute<'c>,
    rows: IntegerAttribute<'c>,
    columns: IntegerAttribute<'c>,
    location: Location<'c>
) -> MatrixColumnMajorLoadOperation<'c>
Expand description

Creates an intr.matrix.column.major.load operation.