Searched refs:num_dropped (Results 1 – 4 of 4) sorted by relevance
120 const int num_dropped = dropped_trees.size(); in GetTreesWeightsForAddingTrees() local123 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()
869 num_dropped = dropout_info[0].size870 self.assertEqual(num_dropped, num_trees)882 self.assertEqual(num_trees - 1, dropout_info[0][num_dropped - 1])941 num_dropped = dropout_info[0].size942 self.assertEqual(num_dropped, num_trees - 1)954 self.assertNotEqual(num_trees - 1, dropout_info[0][num_dropped - 1])
133 const int num_dropped = in printout_rate_control_summary() local154 100.0 * num_dropped / rc->layer_input_frames[i]); in printout_rate_control_summary()
499 const int num_dropped = in printout_rate_control_summary() local524 100.0 * num_dropped / rc->layer_input_frames[layer]); in printout_rate_control_summary()