Struct tensorflow::ops::MakeIteratorInst
source · pub struct MakeIteratorInst {
pub op: Operation,
}
Expand description
An instance of ‘MakeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built MakeIterator Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for MakeIteratorInst
impl Clone for MakeIteratorInst
source§fn clone(&self) -> MakeIteratorInst
fn clone(&self) -> MakeIteratorInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MakeIteratorInst
impl Debug for MakeIteratorInst
source§impl From<MakeIteratorInst> for Operation
impl From<MakeIteratorInst> for Operation
source§fn from(inst: MakeIteratorInst) -> Operation
fn from(inst: MakeIteratorInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MakeIteratorInst
impl Send for MakeIteratorInst
impl Sync for MakeIteratorInst
impl Unpin for MakeIteratorInst
impl UnwindSafe for MakeIteratorInst
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