Searched refs:pows (Results 1 – 4 of 4) sorted by relevance
66 float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN]; in nelly_decode_block() local74 pptr = pows; in nelly_decode_block()97 aptr[j] = M_SQRT1_2*pows[j]; in nelly_decode_block()102 aptr[j] = ff_nelly_dequantization_table[(1<<bits[j])-1+v]*pows[j]; in nelly_decode_block()
313 float pows[NELLY_FILL_LEN]; in encode_block() local351 pows[i] = power_idx; in encode_block()355 ff_nelly_get_sample_bits(pows, bits); in encode_block()
71 pows = tensor_pow variable
1367 weight = F.pows(-1 * probability + 1.0, self.gamma)