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