Struct tensorflow::ops::OutfeedDequeue
source · pub struct OutfeedDequeue { /* private fields */ }
Expand description
Builder for the OutfeedDequeue
operation.
Implementations§
source§impl 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§
source§impl Debug for OutfeedDequeue
impl Debug for OutfeedDequeue
source§impl Default for OutfeedDequeue
impl Default for OutfeedDequeue
source§fn 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§
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