HomeSort by relevance Sort by last modified time
    Searched refs:val_2 (Results 1 - 2 of 2) sorted by null

  /external/libmpeg2/common/
ideint_cac.c 247 WORD32 val_2; local
257 val_2 = AVG(tmp_1, tmp_2);
259 tmp_diff = ABS_DIF(val_1, val_2);
276 WORD32 val_2; local
286 val_2 = AVG(tmp_1, tmp_2);
288 tmp_diff = ABS_DIF(val_1, val_2);
  /external/tensorflow/tensorflow/python/training/
moving_averages_test.py 104 val_2 = 11.0
106 wma_array = sess.run(wma, feed_dict={val: val_2, weight: weight_2})
107 numerator_2 = numerator_1 * decay + val_2 * weight_2 * (1.0 - decay)

Completed in 93 milliseconds