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
sourceimpl Clone for BroadcastArgsInst
impl Clone for BroadcastArgsInst
sourcefn clone(&self) -> BroadcastArgsInst
fn clone(&self) -> BroadcastArgsInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BroadcastArgsInst
impl Debug for BroadcastArgsInst
sourceimpl From<BroadcastArgsInst> for Operation
impl From<BroadcastArgsInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more