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