|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| Backend | backend = Backend::CPU |
| int | nlist = 0 |
| int | nprobe = 0 |
| double | pilot_recall = 0.0 |
| double | search_seconds = 0.0 |
Definition at line 358 of file kodama.hpp.
| Backend kodama::ResidentIVFSearchStats::backend = Backend::CPU |
Definition at line 359 of file kodama.hpp.
| int kodama::ResidentIVFSearchStats::nlist = 0 |
Definition at line 360 of file kodama.hpp.
| int kodama::ResidentIVFSearchStats::nprobe = 0 |
Definition at line 361 of file kodama.hpp.
| double kodama::ResidentIVFSearchStats::pilot_recall = 0.0 |
Definition at line 362 of file kodama.hpp.
| double kodama::ResidentIVFSearchStats::search_seconds = 0.0 |
Definition at line 363 of file kodama.hpp.