pub struct Tensors { /* private fields */ }Expand description
Named tensors backed by one blob, in the order their file lists them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tensors
impl RefUnwindSafe for Tensors
impl Send for Tensors
impl Sync for Tensors
impl Unpin for Tensors
impl UnsafeUnpin for Tensors
impl UnwindSafe for Tensors
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