infer_kind.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 namespace ML {
7 namespace fil {
8 enum class infer_kind : unsigned char { default_kind = 0, per_tree = 1, leaf_id = 2 };
9 }
10 } // namespace ML
infer_kind
Definition: infer_kind.hpp:8
Definition: dbscan.hpp:18