| 222 | int32_t VibeVoiceTextTokenizer::pad_id() const noexcept { |
| 223 | return impl_->pad; |
| 224 | } |
| 225 | |
| 226 | int32_t VibeVoiceTextTokenizer::speech_start_id() const noexcept { |
| 227 | return impl_->speech_start; |
| 228 | } |
| 229 |
no outgoing calls
no test coverage detected