pub struct MinMaxLoc { /* private fields */ }Expand description
Find min/max values + locations in a tensor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for MinMaxLoc
impl !Sync for MinMaxLoc
impl Freeze for MinMaxLoc
impl RefUnwindSafe for MinMaxLoc
impl Unpin for MinMaxLoc
impl UnsafeUnpin for MinMaxLoc
impl UnwindSafe for MinMaxLoc
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