| 290 | float HTDemucsFrontend::freq_std() const noexcept { return freq_std_; } |
| 291 | float HTDemucsFrontend::time_mean() const noexcept { return time_mean_; } |
| 292 | float HTDemucsFrontend::time_std() const noexcept { return time_std_; } |
| 293 | |
| 294 | } // namespace engine::models::demucs |