faiss/c_api
Naveen Tatikonda 33c0ba5d00 Add SQ8bit signed quantization (#3501)
Summary:
### Description
Add new signed 8 bit scalar quantizer, `QT_8bit_direct_signed` to ingest signed 8 bit vectors ([-128 to 127]).

### Issues Resolved
https://github.com/facebookresearch/faiss/issues/3488

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3501

Reviewed By: mengdilin

Differential Revision: D58639363

Pulled By: mdouze

fbshipit-source-id: cf7f244fdbb7a34051d2b20c6f8086cd5628b4e0
2024-06-24 05:11:53 -07:00
..
gpu raft enabled cmake build (#2898) 2023-06-13 08:43:18 -07:00
impl
utils Fix build on Alpine Linux (#3148) 2023-12-01 02:52:52 -08:00
AutoTune_c.cpp
AutoTune_c.h
CMakeLists.txt
Clustering_c.cpp
Clustering_c.h
INSTALL.md
IndexBinary_c.cpp
IndexBinary_c.h
IndexFlat_c.cpp
IndexFlat_c.h
IndexIVFFlat_c.cpp
IndexIVFFlat_c.h
IndexIVF_c.cpp move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexIVF_c.h move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexLSH_c.cpp
IndexLSH_c.h
IndexPreTransform_c.cpp
IndexPreTransform_c.h
IndexReplicas_c.cpp
IndexReplicas_c.h
IndexScalarQuantizer_c.cpp move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexScalarQuantizer_c.h Add SQ8bit signed quantization (#3501) 2024-06-24 05:11:53 -07:00
IndexShards_c.cpp
IndexShards_c.h
Index_c.cpp
Index_c.h Fix some typos (#3056) 2023-09-27 03:17:41 -07:00
MetaIndexes_c.cpp
MetaIndexes_c.h
VectorTransform_c.cpp
VectorTransform_c.h
clone_index_c.cpp Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
clone_index_c.h Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
error_c.h
error_impl.cpp
error_impl.h
example_c.c
faiss_c.h
index_factory_c.cpp Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
index_factory_c.h Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
index_io_c.cpp
index_io_c.h
macros_impl.h