pub struct Relu6Grad { /* private fields */ }
Expand description
Builder for the Relu6Grad
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Relu6Grad
impl RefUnwindSafe for Relu6Grad
impl Send for Relu6Grad
impl Sync for Relu6Grad
impl Unpin for Relu6Grad
impl UnwindSafe for Relu6Grad
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