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