命名空间 faiss::nndescent
-
namespace nndescent
-
struct Neighbor
公共函数
-
Neighbor() = default
-
inline Neighbor(int id, float distance, bool f)
-
inline bool operator<(const Neighbor &other) const
公共成员
-
int id
-
float distance
-
bool flag
-
Neighbor() = default
-
struct Neighbor