Searched refs:width_prior (Results 1 – 1 of 1) sorted by relevance
52 float width_prior = model.lrt < prior_model.lrt ? kWidthPrior1 : kWidthPrior0; in Update() local56 0.5f * (tanh(width_prior * (model.lrt - prior_model.lrt)) + 1.f); in Update()59 width_prior = model.spectral_flatness > prior_model.flatness_threshold in Update()65 0.5f * (tanh(1.f * width_prior * in Update()71 width_prior = model.spectral_diff < prior_model.template_diff_threshold in Update()77 0.5f * (tanh(width_prior * (model.spectral_diff - in Update()