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.