Struct tensorflow::ops::LRN
source · 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 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