Struct tensorflow::ops::ReaderNumRecordsProduced
source · [−]pub struct ReaderNumRecordsProduced { /* private fields */ }
Expand description
Builder for the ReaderNumRecordsProduced
operation.
Implementations
sourceimpl 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
sourceimpl Debug for ReaderNumRecordsProduced
impl Debug for ReaderNumRecordsProduced
sourceimpl Default for ReaderNumRecordsProduced
impl Default for ReaderNumRecordsProduced
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more