kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::ResidentIVFSearchStats Struct Reference

#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
 

Detailed Description

Definition at line 358 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::ResidentIVFSearchStats::backend = Backend::CPU

Definition at line 359 of file kodama.hpp.

◆ nlist

int kodama::ResidentIVFSearchStats::nlist = 0

Definition at line 360 of file kodama.hpp.

◆ nprobe

int kodama::ResidentIVFSearchStats::nprobe = 0

Definition at line 361 of file kodama.hpp.

◆ pilot_recall

double kodama::ResidentIVFSearchStats::pilot_recall = 0.0

Definition at line 362 of file kodama.hpp.

◆ search_seconds

double kodama::ResidentIVFSearchStats::search_seconds = 0.0

Definition at line 363 of file kodama.hpp.


The documentation for this struct was generated from the following file: