From 66d6b73e3bde562e02fb382c5a584788545574b7 Mon Sep 17 00:00:00 2001 From: xadupre Date: Mon, 7 Oct 2024 15:42:38 +0200 Subject: [PATCH] fix build --- onnxruntime/core/providers/cpu/ml/ml_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/onnxruntime/core/providers/cpu/ml/ml_common.h b/onnxruntime/core/providers/cpu/ml/ml_common.h index 48f0a71e1cdc..0d1e96f0a28e 100644 --- a/onnxruntime/core/providers/cpu/ml/ml_common.h +++ b/onnxruntime/core/providers/cpu/ml/ml_common.h @@ -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) {