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