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