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
sourceimpl 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
sourceimpl Clone for TensorListStackInst
impl Clone for TensorListStackInst
sourcefn clone(&self) -> TensorListStackInst
fn clone(&self) -> TensorListStackInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TensorListStackInst
impl Debug for TensorListStackInst
sourceimpl From<TensorListStackInst> for Operation
impl From<TensorListStackInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more