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