pub struct LRNGrad { /* private fields */ }
Expand description
Builder for the LRNGrad
operation.
Implementations§
Source§impl LRNGrad
impl LRNGrad
Sourcepub fn depth_radius<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn depth_radius<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the depth_radius
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LRNGrad
impl RefUnwindSafe for LRNGrad
impl Send for LRNGrad
impl Sync for LRNGrad
impl Unpin for LRNGrad
impl UnwindSafe for LRNGrad
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