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