pub unsafe extern "C" fn mlirSparseTensorEncodingAttrGet(
    ctx: MlirContext,
    numDimLevelTypes: isize,
    dimLevelTypes: *const MlirSparseTensorDimLevelType,
    dimOrdering: MlirAffineMap,
    higherOrdering: MlirAffineMap,
    pointerBitWidth: c_int,
    indexBitWidth: c_int
) -> MlirAttribute
Expand description

Creates a sparse_tensor.encoding attribute with the given parameters.