Searched refs:sum_weights (Results 1 – 12 of 12) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_tg.c | 65 tg->sum_weights = 0; in tg_run() 67 tg->sum_weights += tg->op_weights[i]; in tg_run() 104 num = 1 + getrandom(rd, tg->sum_weights); in tg_get_op()
|
D | ffsb_tg.h | 89 unsigned sum_weights; member
|
D | ffsb_fs.h | 115 unsigned sum_weights; member
|
D | ffsb_fs.c | 120 int num = 1 + getrandom(&rd, fs->sum_weights); in add_files() 595 (float)fs->sum_weights) * 100); in fs_print_config()
|
D | fileops.c | 433 int num = 1 + getrandom(rd, fs->sum_weights); in ffsb_createfile_core()
|
D | parser.c | 951 fs->sum_weights += sizew->weight; in init_filesys()
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | wals.py | 258 _, update_op, loss, reg, sum_weights = update_fn(sp_input) 263 state_ops.assign(rwse_var, math_ops.sqrt(loss / sum_weights))]):
|
D | factorization_ops.py | 1006 sum_weights = self._unobserved_weight * math_ops.cast( 1013 sum_weights += sparse_ops.sparse_reduce_sum(row_wt_mat * ( 1017 sum_weights)
|
D | factorization_ops_test.py | 145 (_, _, _, _, sum_weights) = update_factors( 152 got_weight_sum = sess.run(sum_weights)
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 667 double sum_weights[VPX_TS_MAX_LAYERS]; member
|
D | firstpass.c | 294 double sum_weights = 0.0; in simple_weight() local 303 sum_weights += weight_table[*src]; in simple_weight() 310 sum_weights /= (source->y_height * source->y_width); in simple_weight() 312 return sum_weights; in simple_weight()
|
D | onyx_if.c | 2135 100 * pow(cpi->sum_ssim[i] / cpi->sum_weights[i], 8.0); in vp8_remove_compressor() 5212 cpi->sum_weights[i] += weight; in vp8_get_compressed_data()
|