Struct tensorflow::ops::TPUOrdinalSelectorInst
source · pub struct TPUOrdinalSelectorInst {
pub op: Operation,
}
Expand description
An instance of ‘TPUOrdinalSelector’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TPUOrdinalSelector Operation in a Tensorflow graph.
Implementations§
source§impl TPUOrdinalSelectorInst
impl TPUOrdinalSelectorInst
sourcepub fn device_ordinals(&self) -> Output
pub fn device_ordinals(&self) -> Output
Returns the ‘device_ordinals’ Output of this ‘TPUOrdinalSelector’ operation.
Trait Implementations§
source§impl Clone for TPUOrdinalSelectorInst
impl Clone for TPUOrdinalSelectorInst
source§fn clone(&self) -> TPUOrdinalSelectorInst
fn clone(&self) -> TPUOrdinalSelectorInst
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 TPUOrdinalSelectorInst
impl Debug for TPUOrdinalSelectorInst
source§impl From<TPUOrdinalSelectorInst> for Operation
impl From<TPUOrdinalSelectorInst> for Operation
source§fn from(inst: TPUOrdinalSelectorInst) -> Operation
fn from(inst: TPUOrdinalSelectorInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TPUOrdinalSelectorInst
impl Send for TPUOrdinalSelectorInst
impl Sync for TPUOrdinalSelectorInst
impl Unpin for TPUOrdinalSelectorInst
impl UnwindSafe for TPUOrdinalSelectorInst
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