Searched refs:LinkChildren (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/trees/
H A Ddecision_tree.h38 static void LinkChildren(const std::vector<int32>& children,
H A Ddecision_tree_test.cc68 DecisionTree::LinkChildren({3, 8}, node);
73 EXPECT_DEATH(DecisionTree::LinkChildren({}, node),
75 EXPECT_DEATH(DecisionTree::LinkChildren({3}, node),
77 EXPECT_DEATH(DecisionTree::LinkChildren({1, 2, 3}, node),
305 DecisionTree::LinkChildren({}, &node);
308 EXPECT_DEATH(DecisionTree::LinkChildren({1}, &node),
351 EXPECT_DEATH(DecisionTree::LinkChildren({1}, &node),
H A Ddecision_tree.cc113 void DecisionTree::LinkChildren(const std::vector<int32>& children, function in class:tensorflow::boosted_trees::trees::DecisionTree
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dtraining_ops.cc648 boosted_trees::trees::DecisionTree::LinkChildren(
712 boosted_trees::trees::DecisionTree::LinkChildren(children, &mapped_node);

Completed in 148 milliseconds