Searched refs:parent_depth (Results 1 – 3 of 3) sorted by relevance
47 void FertileStatsResource::Allocate(int32 parent_depth, in Allocate() argument49 const int32 children_depth = parent_depth + 1; in Allocate()
74 void Allocate(int32 parent_depth, const std::vector<int32>& new_children);
393 int32 parent_depth; in Compute() local397 fertile_stats_resource->BestSplit(node, best.get(), &parent_depth); in Compute()401 fertile_stats_resource->Allocate(parent_depth, new_children); in Compute()406 fertile_stats_resource->ResetSplitStats(node, parent_depth); in Compute()