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