mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
fix typo
Former-commit-id: 5eb1054016ec8fe6dbf173f1e32c0d37330cd87f
This commit is contained in:
parent
74eee9dc77
commit
83ed0fa4e6
@ -76,7 +76,7 @@ namespace {
|
||||
|
||||
int64_t count = to - from;
|
||||
server::TimeRecorder rc(std::to_string(count) + " vectors built");
|
||||
for (int64_t k = from; k < count; k++) {
|
||||
for (int64_t k = from; k < to; k++) {
|
||||
VecTensor tensor;
|
||||
tensor.tensor.reserve(VEC_DIMENSION);
|
||||
VecBinaryTensor bin_tensor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user