| 288 | int64_t HTDemucsFrontend::input_samples() const noexcept { return input_samples_; } |
| 289 | float HTDemucsFrontend::freq_mean() const noexcept { return freq_mean_; } |
| 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 |