pub type Result<T> = Result<T, SparseError>;Expand description
Result type for sparse attention operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SparseError),
}pub type Result<T> = Result<T, SparseError>;Result type for sparse attention operations
pub enum Result<T> {
Ok(T),
Err(SparseError),
}