mirror of https://github.com/milvus-io/milvus.git
parent
74eee9dc77
commit
83ed0fa4e6
|
@ -76,7 +76,7 @@ namespace {
|
||||||
|
|
||||||
int64_t count = to - from;
|
int64_t count = to - from;
|
||||||
server::TimeRecorder rc(std::to_string(count) + " vectors built");
|
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;
|
VecTensor tensor;
|
||||||
tensor.tensor.reserve(VEC_DIMENSION);
|
tensor.tensor.reserve(VEC_DIMENSION);
|
||||||
VecBinaryTensor bin_tensor;
|
VecBinaryTensor bin_tensor;
|
||||||
|
|
Loading…
Reference in New Issue