Struct tensorflow::ops::NextIteration
source · pub struct NextIteration { /* private fields */ }
Expand description
Builder for the NextIteration
operation.
Implementations§
source§impl NextIteration
impl NextIteration
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
data: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, data: O0, scope: &mut Scope ) -> Result<Operation>
Builds the NextIteration
operation.
sourcepub fn build_instance(
&self,
data: Output,
scope: &mut Scope
) -> Result<NextIterationInst>
pub fn build_instance( &self, data: Output, scope: &mut Scope ) -> Result<NextIterationInst>
Builds a new instance of ‘NextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for NextIteration
impl Debug for NextIteration
source§impl Default for NextIteration
impl Default for NextIteration
source§fn default() -> NextIteration
fn default() -> NextIteration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NextIteration
impl Send for NextIteration
impl Sync for NextIteration
impl Unpin for NextIteration
impl UnwindSafe for NextIteration
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