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