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