Home
last modified time | relevance | path

Searched refs:num_dropped (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc120 const int num_dropped = dropped_trees.size(); in GetTreesWeightsForAddingTrees() local
123 const float total_new_trees_weight = dropped_sum / (num_dropped + 1); in GetTreesWeightsForAddingTrees()
142 const float new_weight = original_weight * num_dropped / (num_dropped + 1); in GetTreesWeightsForAddingTrees()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dprediction_ops_test.py869 num_dropped = dropout_info[0].size
870 self.assertEqual(num_dropped, num_trees)
882 self.assertEqual(num_trees - 1, dropout_info[0][num_dropped - 1])
941 num_dropped = dropout_info[0].size
942 self.assertEqual(num_dropped, num_trees - 1)
954 self.assertNotEqual(num_trees - 1, dropout_info[0][num_dropped - 1])
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c133 const int num_dropped = in printout_rate_control_summary() local
154 100.0 * num_dropped / rc->layer_input_frames[i]); in printout_rate_control_summary()
Dvp9_spatial_svc_encoder.c499 const int num_dropped = in printout_rate_control_summary() local
524 100.0 * num_dropped / rc->layer_input_frames[layer]); in printout_rate_control_summary()