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