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