mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip e2e] Add comment for CalcHammingBatch (#14337)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
307b07363b
commit
ebf1f4fb7e
@ -214,6 +214,7 @@ func CalcHamming(dim int64, left []byte, lIndex int64, right []byte, rIndex int6
|
||||
return hamming
|
||||
}
|
||||
|
||||
// CalcHammingBatch calculate HAMMING distance in batch, results are in @result
|
||||
func CalcHammingBatch(dim int64, left []byte, lIndex int64, right []byte, result *[]int32) {
|
||||
rightNum := VectorCount(dim, len(right))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user