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