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