pub struct CTCGreedyDecoder { /* private fields */ }
Expand description
Builder for the CTCGreedyDecoder
operation.
Implementations§
Source§impl CTCGreedyDecoder
impl CTCGreedyDecoder
Sourcepub fn merge_repeated<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn merge_repeated<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the merge_repeated
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for CTCGreedyDecoder
impl Debug for CTCGreedyDecoder
Source§impl Default for CTCGreedyDecoder
impl Default for CTCGreedyDecoder
Source§fn default() -> CTCGreedyDecoder
fn default() -> CTCGreedyDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CTCGreedyDecoder
impl RefUnwindSafe for CTCGreedyDecoder
impl Send for CTCGreedyDecoder
impl Sync for CTCGreedyDecoder
impl Unpin for CTCGreedyDecoder
impl UnwindSafe for CTCGreedyDecoder
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