Promote WhisperToken to its own module
This commit is contained in:
parent
65ec4d34ec
commit
37cc545ddd
3 changed files with 166 additions and 151 deletions
|
|
@ -5,9 +5,11 @@ use crate::{FullParams, WhisperError, WhisperInnerContext, WhisperTokenId};
|
|||
|
||||
mod iterator;
|
||||
mod segment;
|
||||
mod token;
|
||||
|
||||
pub use iterator::WhisperStateSegmentIterator;
|
||||
pub use segment::{WhisperSegment, WhisperToken};
|
||||
pub use segment::WhisperSegment;
|
||||
pub use token::WhisperToken;
|
||||
|
||||
/// Rustified pointer to a Whisper state.
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue