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§
source§impl 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§
source§impl Clone for CTCLossInst
impl Clone for CTCLossInst
source§fn clone(&self) -> CTCLossInst
fn clone(&self) -> CTCLossInst
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 CTCLossInst
impl Debug for CTCLossInst
source§impl From<CTCLossInst> for Operation
impl From<CTCLossInst> for Operation
source§fn 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§
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