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