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