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