mlir_sys

Type Alias MlirSparseTensorLevelType

Source
pub type MlirSparseTensorLevelType = u64;
Expand description

Dimension level types (and properties) that define sparse tensors. See the documentation in SparseTensorAttrDefs.td for their meaning.

These correspond to SparseTensorEncodingAttr::LevelType in the C++ API. If updating, keep them in sync and update the static_assert in the impl file.