!3047 fix ci cpplint

Merge pull request !3047 from wangqiuliang/fix-ci-cpplint
pull/3047/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 180b3029e5

@ -359,7 +359,6 @@ py::object RunOpInVM(const OpExecInfoPtr &op_exec_info, PynativeStatusCode *stat
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";
return std::move(result); return std::move(result);

Loading…
Cancel
Save