Home
last modified time | relevance | path

Searched defs:sa_decode (Results 1 – 12 of 12) sorted by relevance

/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexScalarQuantizer.cpp130 void IndexScalarQuantizer::sa_decode(idx_t n, const uint8_t* bytes, float* x) in sa_decode() function in faiss::IndexScalarQuantizer
196 void IndexIVFScalarQuantizer::sa_decode(idx_t n, const uint8_t* codes, float* x) in sa_decode() function in faiss::IndexIVFScalarQuantizer
H A DIndexLattice.cpp93 void IndexLattice::sa_decode(idx_t n, const uint8_t* codes, float* x) const { in sa_decode() function in faiss::IndexLattice
H A DIndexLSH.cpp177 void IndexLSH::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::IndexLSH
H A DIndex.cpp108 void Index::sa_decode(idx_t, const uint8_t*, float*) const { in sa_decode() function in faiss::Index
H A DIndexResidual.cpp161 void IndexResidual::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::IndexResidual
H A DIndexFlat.cpp198 void IndexFlat::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::IndexFlat
H A DIndexPreTransform.cpp253 void IndexPreTransform::sa_decode(idx_t n, const uint8_t* bytes, float* x) in sa_decode() function in faiss::IndexPreTransform
H A DIndex2Layer.cpp393 void Index2Layer::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::Index2Layer
H A DIndexIVFFlat.cpp110 void IndexIVFFlat::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::IndexIVFFlat
H A DIndexIVFPQ.cpp234 void IndexIVFPQ::sa_decode(idx_t n, const uint8_t* codes, float* x) const { in sa_decode() function in faiss::IndexIVFPQ
H A DIndexPQ.cpp468 void IndexPQ::sa_decode(idx_t n, const uint8_t* bytes, float* x) const { in sa_decode() function in faiss::IndexPQ
/dports/audio/re/re-0.5.8/src/sa/
H A Dsa.c231 int sa_decode(struct sa *sa, const char *str, size_t len) in sa_decode() function