注意
RAFT 中的向量搜索和聚类算法正在迁移到名为 cuVS 的新向量搜索专用库。在此迁移过程中,我们将继续支持 RAFT 中的向量搜索算法,但在 RAPIDS 24.06(六月)发布后将不再更新。我们计划在 RAPIDS 24.10(十月)发布前完成迁移,并在 24.12(十二月)发布中将其从 RAFT 中完全移除。
Core#
本页面提供了 raft/core 包中公开元素的 C++ 类参考。 raft/core 头文件仅需要最小依赖,无需 nvcc 即可编译,因此可以安全地在您自己的公共 API 中暴露。除了 raft/core 包含目录中的头文件外,代码库中后缀为 _types.hpp 的任何头文件也可以安全地暴露在公共 API 中。
目录
- 资源
- 日志记录器
- 键值对
- NVTX
- 可中断的
- 运算符和函数对象
add_const_opsub_const_opmul_const_opdiv_const_opdiv_checkzero_const_oppow_const_opmod_const_opequal_const_opabsdiff_opsqdiff_opraft::identity_opraft::void_opraft::cast_opraft::key_opraft::value_opraft::sqrt_opraft::nz_opraft::abs_opraft::sq_opraft::add_opraft::sub_opraft::mul_opraft::div_opraft::div_checkzero_opraft::pow_opraft::mod_opraft::min_opraft::max_opraft::argmin_opraft::argmax_opraft::greater_opraft::less_opraft::greater_or_equal_opraft::less_or_equal_opraft::equal_opraft::notequal_opraft::const_opraft::plug_const_opraft::compose_opraft::map_args_op
- 数学函数
- 位集
- 位图