提交 180b3029 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3047 fix ci cpplint

Merge pull request !3047 from wangqiuliang/fix-ci-cpplint
...@@ -358,7 +358,6 @@ py::object RunOpInVM(const OpExecInfoPtr &op_exec_info, PynativeStatusCode *stat ...@@ -358,7 +358,6 @@ py::object RunOpInVM(const OpExecInfoPtr &op_exec_info, PynativeStatusCode *stat
new_tensor->set_device_address(tensor->device_address()); new_tensor->set_device_address(tensor->device_address());
new_tensor->set_dirty(tensor->is_dirty()); new_tensor->set_dirty(tensor->is_dirty());
result[i] = new_tensor; result[i] = new_tensor;
}
} }
*status = PYNATIVE_SUCCESS; *status = PYNATIVE_SUCCESS;
MS_LOG(INFO) << "RunOpInVM end"; MS_LOG(INFO) << "RunOpInVM end";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册