faiss.index_pre_transform

Undocumented in source.

Members

Aliases

FaissIndexPreTransform
alias FaissIndexPreTransform = FaissIndex_H
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

faiss_IndexPreTransform_cast
FaissIndexPreTransform* faiss_IndexPreTransform_cast(FaissIndex* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_free
void faiss_IndexPreTransform_free(FaissIndexPreTransform* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_index
FaissIndex* faiss_IndexPreTransform_index(const(FaissIndexPreTransform)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_new
int faiss_IndexPreTransform_new(FaissIndexPreTransform** p_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_new_with
int faiss_IndexPreTransform_new_with(FaissIndexPreTransform** p_index, FaissIndex* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_new_with_transform
int faiss_IndexPreTransform_new_with_transform(FaissIndexPreTransform** p_index, FaissVectorTransform* ltrans, FaissIndex* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_own_fields
int faiss_IndexPreTransform_own_fields(const(FaissIndexPreTransform)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_prepend_transform
int faiss_IndexPreTransform_prepend_transform(FaissIndexPreTransform* index, FaissVectorTransform* ltrans)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexPreTransform_set_own_fields
void faiss_IndexPreTransform_set_own_fields(FaissIndexPreTransform* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FaissIndex_H
struct FaissIndex_H

Index that applies a LinearTransform transform on vectors before * handing them over to a sub-index

Meta