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