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