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