pub struct Basic;
Trait Implementations§
source§impl GenericValue<Basic, HashMap<usize, Tensor>, HashMap<usize, Tensor>> for HashMap<usize, Tensor>
impl GenericValue<Basic, HashMap<usize, Tensor>, HashMap<usize, Tensor>> for HashMap<usize, Tensor>
source§impl<'a, T, G, X> GenericValue<Basic, T, G> for &'a Xwhere
X: GenericValue<Basic, T, G>,
impl<'a, T, G, X> GenericValue<Basic, T, G> for &'a Xwhere
X: GenericValue<Basic, T, G>,
impl Copy for Basic
Auto Trait Implementations§
impl Freeze for Basic
impl RefUnwindSafe for Basic
impl Send for Basic
impl Sync for Basic
impl Unpin for Basic
impl UnwindSafe for Basic
Blanket Implementations§
source§impl<T, M> ApplyModule<M> for Twhere
M: Module<Input = T>,
impl<T, M> ApplyModule<M> for Twhere
M: Module<Input = T>,
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