pub struct StatelessWhile { /* private fields */ }
Expand description
Builder for the StatelessWhile
operation.
Implementations§
Source§impl StatelessWhile
impl StatelessWhile
Sourcepub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
pub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
Sets the output_shapes
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§
Source§impl Debug for StatelessWhile
impl Debug for StatelessWhile
Source§impl Default for StatelessWhile
impl Default for StatelessWhile
Source§fn default() -> StatelessWhile
fn default() -> StatelessWhile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatelessWhile
impl RefUnwindSafe for StatelessWhile
impl Send for StatelessWhile
impl Sync for StatelessWhile
impl Unpin for StatelessWhile
impl UnwindSafe for StatelessWhile
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