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