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