未验证 提交 854c4065 编写于 作者: H HappyAngel 提交者: GitHub

fix format, test=develop

上级 922a145e
......@@ -318,7 +318,7 @@ struct ConcatParam : ParamBase {
if (UNLIKELY(input_tensor_ptrs_cache_)) {
std::vector<const Tensor*> vec;
for (auto in : x) {
vec.push_back(in);
vec.push_back(in);
}
input_tensor_ptrs_cache_.reset(new std::vector<const Tensor*>(vec));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册