Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d15a76

Browse files
committed
Improved enum naming [skip ci]
1 parenta3a20f9 commit9d15a76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/hnsw.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ extern inthnsw_iterative_search;
113113
externinthnsw_max_search_tuples;
114114
externinthnsw_lock_tranche_id;
115115

116-
typedefenumHnswIterativeSearchType
116+
typedefenumHnswIterativeSearchMode
117117
{
118118
HNSW_ITERATIVE_SEARCH_OFF,
119119
HNSW_ITERATIVE_SEARCH_RELAXED,
120120
HNSW_ITERATIVE_SEARCH_STRICT
121-
}HnswIterativeSearchType;
121+
}HnswIterativeSearchMode;
122122

123123
typedefstructHnswElementDataHnswElementData;
124124
typedefstructHnswNeighborArrayHnswNeighborArray;

‎src/ivfflat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ extern intivfflat_probes;
8383
externintivfflat_iterative_search;
8484
externintivfflat_max_probes;
8585

86-
typedefenumIvfflatIterativeSearchType
86+
typedefenumIvfflatIterativeSearchMode
8787
{
8888
IVFFLAT_ITERATIVE_SEARCH_OFF,
8989
IVFFLAT_ITERATIVE_SEARCH_RELAXED
90-
}IvfflatIterativeSearchType;
90+
}IvfflatIterativeSearchMode;
9191

9292
typedefstructVectorArrayData
9393
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp