Struct tch::display::PrinterOptions
source · pub struct PrinterOptions { /* private fields */ }
Expand description
Options for Tensor pretty printing
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PrinterOptions
impl Send for PrinterOptions
impl Sync for PrinterOptions
impl Unpin for PrinterOptions
impl UnwindSafe for PrinterOptions
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