Searched refs:right_leaf (Results 1 – 2 of 2) sorted by relevance
70 Leaf* right_leaf = new_right->mutable_leaf(); in SplitNode() local71 model_op_->ExportModel(best->right_stats(), right_leaf); in SplitNode()
2859 NodeDef* right_leaf = node_map_->GetNode(op_child_node->input(1)); in ConstantPushDown() local2861 const bool right_leaf_is_constant = IsReallyConstant(*right_leaf); in ConstantPushDown()