Struct tensorflow::ops::ReaderReadUpTo
source · [−]pub struct ReaderReadUpTo { /* private fields */ }
Expand description
Builder for the ReaderReadUpTo
operation.
Implementations
sourceimpl ReaderReadUpTo
impl ReaderReadUpTo
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>, O1: Into<Output>, O2: Into<Output>>(
&self,
reader_handle: O0,
queue_handle: O1,
num_records: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
reader_handle: O0,
queue_handle: O1,
num_records: O2,
scope: &mut Scope
) -> Result<Operation>
Builds the ReaderReadUpTo
operation.
sourcepub fn build_instance(
&self,
reader_handle: Output,
queue_handle: Output,
num_records: Output,
scope: &mut Scope
) -> Result<ReaderReadUpToInst>
pub fn build_instance(
&self,
reader_handle: Output,
queue_handle: Output,
num_records: Output,
scope: &mut Scope
) -> Result<ReaderReadUpToInst>
Builds a new instance of ‘ReaderReadUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for ReaderReadUpTo
impl Debug for ReaderReadUpTo
sourceimpl Default for ReaderReadUpTo
impl Default for ReaderReadUpTo
sourcefn default() -> ReaderReadUpTo
fn default() -> ReaderReadUpTo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ReaderReadUpTo
impl Send for ReaderReadUpTo
impl Sync for ReaderReadUpTo
impl Unpin for ReaderReadUpTo
impl UnwindSafe for ReaderReadUpTo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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