!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

@ -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";

Loading…
Cancel
Save