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