Struct tensorflow::eager::raw_ops::OutfeedDequeueTuple
source · pub struct OutfeedDequeueTuple { /* private fields */ }
Expand description
OutfeedDequeueTuple
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/OutfeedDequeueTuple
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 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 outfeed_dequeue_tuple.
Trait Implementations§
source§impl Clone for OutfeedDequeueTuple
impl Clone for OutfeedDequeueTuple
source§fn clone(&self) -> OutfeedDequeueTuple
fn clone(&self) -> OutfeedDequeueTuple
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 OutfeedDequeueTuple
impl Debug for OutfeedDequeueTuple
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