Struct tensorflow::ops::Lu
source · pub struct Lu { /* private fields */ }
Expand description
Builder for the Lu
operation.
Implementations§
source§impl Lu
impl Lu
sourcepub fn output_idx_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn output_idx_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the output_idx_type
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 Lu
impl Send for Lu
impl Sync for Lu
impl Unpin for Lu
impl UnwindSafe for Lu
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