Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 7, 2024
1 parent 125eedc commit 66d6b73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions onnxruntime/core/providers/cpu/ml/ml_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ enum class NODE_MODE_V5 : uint8_t {
BRANCH_EQ = 4,
BRANCH_NEQ = 5,
BRANCH_MEMBER = 6,
LEAF = 7
BRANCH_MEMBER = 14
LEAF = 7,
};

static inline NODE_MODE MakeTreeNodeMode(const std::string& input) {
Expand Down

0 comments on commit 66d6b73

Please sign in to comment.