Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cpp/include/cuvs/neighbors/all_neighbors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <variant>

namespace cuvs::neighbors::all_neighbors {
// For re-exporting into all_neighbors namespace
namespace graph_build_params = cuvs::neighbors::graph_build_params;
/**
* @defgroup all_neighbors_cpp_params The all-neighbors algorithm parameters.
* @{
Expand Down