Struct tensorflow::ops::CTCLossInst
source · [−]pub struct CTCLossInst {
pub op: Operation,
}
Expand description
An instance of ‘CTCLoss’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built CTCLoss Operation in a Tensorflow graph.
Implementations
sourceimpl CTCLossInst
impl CTCLossInst
sourcepub fn labels_indices(&self) -> Input<'_>
pub fn labels_indices(&self) -> Input<'_>
Returns the ‘labels_indices’ Input of this ‘CTCLoss’ operation.
sourcepub fn labels_values(&self) -> Input<'_>
pub fn labels_values(&self) -> Input<'_>
Returns the ‘labels_values’ Input of this ‘CTCLoss’ operation.
sourcepub fn sequence_length(&self) -> Input<'_>
pub fn sequence_length(&self) -> Input<'_>
Returns the ‘sequence_length’ Input of this ‘CTCLoss’ operation.
Trait Implementations
sourceimpl Clone for CTCLossInst
impl Clone for CTCLossInst
sourcefn clone(&self) -> CTCLossInst
fn clone(&self) -> CTCLossInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CTCLossInst
impl Debug for CTCLossInst
sourceimpl From<CTCLossInst> for Operation
impl From<CTCLossInst> for Operation
sourcefn from(inst: CTCLossInst) -> Operation
fn from(inst: CTCLossInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for CTCLossInst
impl Send for CTCLossInst
impl Sync for CTCLossInst
impl Unpin for CTCLossInst
impl UnwindSafe for CTCLossInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more