Searched refs:total_num_model (Results 1 – 1 of 1) sorted by relevance
1930 int64_t total_num_model = in_tree->size(); in testPartitionModel() local1941 total_num_model += num_pairs; in testPartitionModel()1943 total_num_model += max(round(i*p), 1.0); in testPartitionModel()1950 num_threads = min((int64_t)countPhysicalCPUCores(), total_num_model); in testPartitionModel()2031 … double remain_time = (total_num_model-num_model)*(getRealTime()-start_time)/num_model; in testPartitionModel()2087 …cout << "Merging models to increase model fit (about " << total_num_model << " total partition sch… in testPartitionModel()2205 …double remain_time = max(total_num_model-num_model, (int64_t)0)*(getRealTime()-start_time)/num_mod… in testPartitionModel()2345 … double remain_time = (total_num_model-num_model)*(getRealTime()-start_time)/num_model; in testPartitionModel()