pub struct DsaTensorPlan {
pub name: &'static str,
pub kind: DsaShard,
pub elem_bytes: usize,
pub full_rows: usize,
pub full_row_elems: usize,
pub local_rows: usize,
pub local_row_elems: usize,
pub src_row_offset: usize,
pub src_col_offset: usize,
}Fields§
§name: &'static str§kind: DsaShard§elem_bytes: usize§full_rows: usize§full_row_elems: usize§local_rows: usize§local_row_elems: usize§src_row_offset: usize§src_col_offset: usizeImplementations§
Source§impl DsaTensorPlan
impl DsaTensorPlan
pub fn local_bytes(&self) -> usize
pub fn full_bytes(&self) -> usize
Trait Implementations§
Source§impl Clone for DsaTensorPlan
impl Clone for DsaTensorPlan
Source§fn clone(&self) -> DsaTensorPlan
fn clone(&self) -> DsaTensorPlan
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 DsaTensorPlan
impl Debug for DsaTensorPlan
Source§impl PartialEq for DsaTensorPlan
impl PartialEq for DsaTensorPlan
impl Eq for DsaTensorPlan
impl StructuralPartialEq for DsaTensorPlan
Auto Trait Implementations§
impl Freeze for DsaTensorPlan
impl RefUnwindSafe for DsaTensorPlan
impl Send for DsaTensorPlan
impl Sync for DsaTensorPlan
impl Unpin for DsaTensorPlan
impl UnwindSafe for DsaTensorPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.