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