|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| std::vector< int > | indices |
| std::vector< float > | distances |
| int | neighbors = 0 |
| GraphIndexBase | index_base = GraphIndexBase::Auto |
Definition at line 351 of file kodama.hpp.
| std::vector<float> kodama::NeighborGraph::distances |
Definition at line 353 of file kodama.hpp.
| GraphIndexBase kodama::NeighborGraph::index_base = GraphIndexBase::Auto |
Definition at line 355 of file kodama.hpp.
| std::vector<int> kodama::NeighborGraph::indices |
Definition at line 352 of file kodama.hpp.
| int kodama::NeighborGraph::neighbors = 0 |
Definition at line 354 of file kodama.hpp.