diff --git a/mindspore/ccsrc/pynative/pynative_execute.cc b/mindspore/ccsrc/pynative/pynative_execute.cc index 38a3e2a5f566c9793a613d1f6609db300d0a1016..16b55554d493a067bb5e38d9665b8639a0543877 100644 --- a/mindspore/ccsrc/pynative/pynative_execute.cc +++ b/mindspore/ccsrc/pynative/pynative_execute.cc @@ -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_dirty(tensor->is_dirty()); result[i] = new_tensor; - } } *status = PYNATIVE_SUCCESS; MS_LOG(INFO) << "RunOpInVM end";