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