pub struct SparseTensorValidityRule;Expand description
Validate sparse tensor COO structure, index type/shape, bounds, ordering, and uniqueness.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SparseTensorValidityRule
impl RefUnwindSafe for SparseTensorValidityRule
impl Send for SparseTensorValidityRule
impl Sync for SparseTensorValidityRule
impl Unpin for SparseTensorValidityRule
impl UnsafeUnpin for SparseTensorValidityRule
impl UnwindSafe for SparseTensorValidityRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more