Home
last modified time | relevance | path

Searched refs:sub_root_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/trees/
Ddecision_tree.cc26 const int32 sub_root_id, in Traverse() argument
28 if (TF_PREDICT_FALSE(config.nodes_size() <= sub_root_id)) { in Traverse()
32 int32 node_id = sub_root_id; in Traverse()
Ddecision_tree.h32 static int Traverse(const DecisionTreeConfig& config, int32 sub_root_id,