Struct candle_core::pickle::PthTensors
source · pub struct PthTensors { /* private fields */ }
Expand description
Lazy tensor loader.
Implementations§
Auto Trait Implementations§
impl Freeze for PthTensors
impl RefUnwindSafe for PthTensors
impl Send for PthTensors
impl Sync for PthTensors
impl Unpin for PthTensors
impl UnwindSafe for PthTensors
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