Struct tensorflow::eager::raw_ops::InfeedDequeueTuple
source · pub struct InfeedDequeueTuple { /* private fields */ }
Expand description
InfeedDequeueTuple
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/InfeedDequeueTuple
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
pub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
Execute infeed_dequeue_tuple.
Trait Implementations§
source§impl Clone for InfeedDequeueTuple
impl Clone for InfeedDequeueTuple
source§fn clone(&self) -> InfeedDequeueTuple
fn clone(&self) -> InfeedDequeueTuple
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InfeedDequeueTuple
impl Debug for InfeedDequeueTuple
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