Struct tensorflow::ops::AnonymousIteratorV3Inst
source · [−]pub struct AnonymousIteratorV3Inst {
pub op: Operation,
}
Expand description
An instance of ‘AnonymousIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built AnonymousIteratorV3 Operation in a Tensorflow graph.
Implementations
Trait Implementations
sourceimpl Clone for AnonymousIteratorV3Inst
impl Clone for AnonymousIteratorV3Inst
sourcefn clone(&self) -> AnonymousIteratorV3Inst
fn clone(&self) -> AnonymousIteratorV3Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AnonymousIteratorV3Inst
impl Debug for AnonymousIteratorV3Inst
sourceimpl From<AnonymousIteratorV3Inst> for Operation
impl From<AnonymousIteratorV3Inst> for Operation
sourcefn from(inst: AnonymousIteratorV3Inst) -> Operation
fn from(inst: AnonymousIteratorV3Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for AnonymousIteratorV3Inst
impl Send for AnonymousIteratorV3Inst
impl Sync for AnonymousIteratorV3Inst
impl Unpin for AnonymousIteratorV3Inst
impl UnwindSafe for AnonymousIteratorV3Inst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more