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