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