Searched refs:beta0 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | gamma_test.py | 374 beta0 = np.array([1., 2., 3., 1.5, 2.5, 3.5]) 380 g0 = gamma_lib.Gamma(concentration=alpha0, rate=beta0) 389 self.assertEqual(beta0.shape, kl_actual.get_shape()) 396 + alpha1 * np.log(beta0) 398 + alpha0 * (beta1 / beta0 - 1.))
|
/external/speex/libspeexdsp/ |
D | mdf.c | 144 spx_word16_t beta0; member 436 st->beta0 = DIV32_16(SHL32(EXTEND32(st->frame_size), 16), st->sampling_rate); in speex_echo_state_init_mc() 439 st->beta0 = (2.0f*st->frame_size)/st->sampling_rate; in speex_echo_state_init_mc() 1080 tmp32 = MULT16_32_Q15(st->beta0,Syy); in speex_echo_cancellation() 1241 st->beta0 = DIV32_16(SHL32(EXTEND32(st->frame_size), 16), st->sampling_rate); in speex_echo_ctl() 1244 st->beta0 = (2.0f*st->frame_size)/st->sampling_rate; in speex_echo_ctl()
|