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