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