Home
last modified time | relevance | path

Searched refs:sum_weights (Results 1 – 12 of 12) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_tg.c65 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()
Dffsb_tg.h89 unsigned sum_weights; member
Dffsb_fs.h115 unsigned sum_weights; member
Dffsb_fs.c120 int num = 1 + getrandom(&rd, fs->sum_weights); in add_files()
595 (float)fs->sum_weights) * 100); in fs_print_config()
Dfileops.c433 int num = 1 + getrandom(rd, fs->sum_weights); in ffsb_createfile_core()
Dparser.c951 fs->sum_weights += sizew->weight; in init_filesys()
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dwals.py258 _, update_op, loss, reg, sum_weights = update_fn(sp_input)
263 state_ops.assign(rwse_var, math_ops.sqrt(loss / sum_weights))]):
Dfactorization_ops.py1006 sum_weights = self._unobserved_weight * math_ops.cast(
1013 sum_weights += sparse_ops.sparse_reduce_sum(row_wt_mat * (
1017 sum_weights)
Dfactorization_ops_test.py145 (_, _, _, _, sum_weights) = update_factors(
152 got_weight_sum = sess.run(sum_weights)
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h667 double sum_weights[VPX_TS_MAX_LAYERS]; member
Dfirstpass.c294 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()
Donyx_if.c2135 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()