提交 07c10f46 编写于 作者: L liuqi

Fix format problems.

上级 3828ac54
...@@ -330,7 +330,8 @@ int Main(int argc, char **argv) { ...@@ -330,7 +330,8 @@ int Main(int argc, char **argv) {
std::multiplies<int64_t>()); std::multiplies<int64_t>());
auto buffer_out = std::shared_ptr<float>(new float[output_size], auto buffer_out = std::shared_ptr<float>(new float[output_size],
std::default_delete<float[]>()); std::default_delete<float[]>());
outputs[output_names[i]] = mace::MaceTensor(output_shape_vec[i], buffer_out); outputs[output_names[i]] = mace::MaceTensor(output_shape_vec[i],
buffer_out);
} }
// Init model // Init model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册