提交 83ed0fa4 编写于 作者: G groot

fix typo


Former-commit-id: 5eb1054016ec8fe6dbf173f1e32c0d37330cd87f
上级 74eee9dc
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册