#[repr(i32)]pub enum OrtSparseFormat {
ORT_SPARSE_UNDEFINED = 0,
ORT_SPARSE_COO = 1,
ORT_SPARSE_CSRC = 2,
ORT_SPARSE_BLOCK_SPARSE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for OrtSparseFormat
impl Clone for OrtSparseFormat
Source§fn clone(&self) -> OrtSparseFormat
fn clone(&self) -> OrtSparseFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrtSparseFormat
impl Debug for OrtSparseFormat
Source§impl Hash for OrtSparseFormat
impl Hash for OrtSparseFormat
Source§impl PartialEq for OrtSparseFormat
impl PartialEq for OrtSparseFormat
impl Copy for OrtSparseFormat
impl Eq for OrtSparseFormat
impl StructuralPartialEq for OrtSparseFormat
Auto Trait Implementations§
impl Freeze for OrtSparseFormat
impl RefUnwindSafe for OrtSparseFormat
impl Send for OrtSparseFormat
impl Sync for OrtSparseFormat
impl Unpin for OrtSparseFormat
impl UnwindSafe for OrtSparseFormat
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