Struct tensorflow::ops::ReaderNumRecordsProduced
source · pub struct ReaderNumRecordsProduced { /* private fields */ }
Expand description
Builder for the ReaderNumRecordsProduced
operation.
Implementations§
source§impl ReaderNumRecordsProduced
impl ReaderNumRecordsProduced
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
reader_handle: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, reader_handle: O0, scope: &mut Scope ) -> Result<Operation>
Builds the ReaderNumRecordsProduced
operation.
sourcepub fn build_instance(
&self,
reader_handle: Output,
scope: &mut Scope
) -> Result<ReaderNumRecordsProducedInst>
pub fn build_instance( &self, reader_handle: Output, scope: &mut Scope ) -> Result<ReaderNumRecordsProducedInst>
Builds a new instance of ‘ReaderNumRecordsProduced’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for ReaderNumRecordsProduced
impl Debug for ReaderNumRecordsProduced
source§impl Default for ReaderNumRecordsProduced
impl Default for ReaderNumRecordsProduced
source§fn default() -> ReaderNumRecordsProduced
fn default() -> ReaderNumRecordsProduced
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReaderNumRecordsProduced
impl Send for ReaderNumRecordsProduced
impl Sync for ReaderNumRecordsProduced
impl Unpin for ReaderNumRecordsProduced
impl UnwindSafe for ReaderNumRecordsProduced
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