Home
last modified time | relevance | path

Searched refs:parent_depth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dfertile-stats-resource.cc47 void FertileStatsResource::Allocate(int32 parent_depth, in Allocate() argument
49 const int32 children_depth = parent_depth + 1; in Allocate()
Dfertile-stats-resource.h74 void Allocate(int32 parent_depth, const std::vector<int32>& new_children);
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc393 int32 parent_depth; in Compute() local
397 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()