index_type.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 #include <stdint.h>
7 namespace ML {
8 namespace fil {
9 using index_type = uint32_t;
10 }
11 } // namespace ML
uint32_t index_type
Definition: index_type.hpp:9
Definition: dbscan.hpp:18