Searched refs:left_leaf (Results 1 – 2 of 2) sorted by relevance
63 Leaf* left_leaf = new_left->mutable_leaf(); in SplitNode() local64 model_op_->ExportModel(best->left_stats(), left_leaf); in SplitNode()
2858 NodeDef* left_leaf = node_map_->GetNode(op_child_node->input(0)); in ConstantPushDown() local2860 const bool left_leaf_is_constant = IsReallyConstant(*left_leaf); in ConstantPushDown()