Struct tensorflow::eager::raw_ops::L2Loss
source · pub struct L2Loss { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L2Loss
impl Send for L2Loss
impl Sync for L2Loss
impl Unpin for L2Loss
impl UnwindSafe for L2Loss
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