pub struct DecodedCounts {
pub layers: usize,
pub weights: usize,
pub biases: usize,
}Fields§
§layers: usize§weights: usize§biases: usizeTrait Implementations§
Source§impl Clone for DecodedCounts
impl Clone for DecodedCounts
Source§fn clone(&self) -> DecodedCounts
fn clone(&self) -> DecodedCounts
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 DecodedCounts
impl Debug for DecodedCounts
Source§impl PartialEq for DecodedCounts
impl PartialEq for DecodedCounts
impl Copy for DecodedCounts
impl Eq for DecodedCounts
impl StructuralPartialEq for DecodedCounts
Auto Trait Implementations§
impl Freeze for DecodedCounts
impl RefUnwindSafe for DecodedCounts
impl Send for DecodedCounts
impl Sync for DecodedCounts
impl Unpin for DecodedCounts
impl UnsafeUnpin for DecodedCounts
impl UnwindSafe for DecodedCounts
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