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