zvec/tests/ailego/math
rayx 3e02031eb8
refactor: remove hamming metric (#365)
* refactor: remove binary metric

* fix: fix windows
2026-05-18 19:31:20 +08:00
..
cosine_distance_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
cosine_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
cosine_distance_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_fp16_test.cc Refactor/add scalar dist function and setup cmake with detailed cpu flag (#238) 2026-03-20 09:53:48 +08:00
euclidean_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_int4_test.cc feat: windows support (#216) 2026-03-30 20:47:34 +08:00
mips_euclidean_distance_matrix_int8_test.cc feat: windows support (#216) 2026-03-30 20:47:34 +08:00
norm_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
normalizer_test.cc feat: support core cpp sdk (#30) 2026-01-26 20:01:44 +08:00