Skip to content

Commit

Permalink
Fixing clang-format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Popov (from Dev Box) committed Feb 27, 2024
1 parent 07977ee commit 9bb5d76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ DISKANN_DLLEXPORT int generate_opq_pivots(const float *train_data, size_t num_tr
unsigned num_pq_chunks, std::string opq_pivots_path,
bool make_zero_mean = false);

DISKANN_DLLEXPORT int generate_pq_pivots_simplified(const float *train_data, size_t num_train,
size_t dim, size_t num_pq_chunks,
std::vector<float> &pivot_data_vector);
DISKANN_DLLEXPORT int generate_pq_pivots_simplified(const float *train_data, size_t num_train, size_t dim,
size_t num_pq_chunks, std::vector<float> &pivot_data_vector);

template <typename T>
int generate_pq_data_from_pivots(const std::string &data_file, unsigned num_centers, unsigned num_pq_chunks,
Expand Down

0 comments on commit 9bb5d76

Please sign in to comment.