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§
source§impl Clone for AnonymousIteratorV3Inst
impl Clone for AnonymousIteratorV3Inst
source§fn clone(&self) -> AnonymousIteratorV3Inst
fn clone(&self) -> AnonymousIteratorV3Inst
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 AnonymousIteratorV3Inst
impl Debug for AnonymousIteratorV3Inst
source§impl From<AnonymousIteratorV3Inst> for Operation
impl From<AnonymousIteratorV3Inst> for Operation
source§fn 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§
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