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