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 Freeze for Lu
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