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