pub struct Enter { /* private fields */ }
Expand description
Builder for the Enter
operation.
Implementations§
Source§impl Enter
impl Enter
Sourcepub fn frame_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn frame_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the frame_name
attribute.
Sourcepub fn is_constant<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn is_constant<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the is_constant
attribute.
Sourcepub fn parallel_iterations<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn parallel_iterations<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the parallel_iterations
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 Enter
impl RefUnwindSafe for Enter
impl Send for Enter
impl Sync for Enter
impl Unpin for Enter
impl UnwindSafe for Enter
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