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