Browse Source

fix ci cpplint

tags/v0.6.0-beta
kingfo 5 years ago
parent
commit
9d9b279db2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/ccsrc/pynative/pynative_execute.cc

+ 0
- 1
mindspore/ccsrc/pynative/pynative_execute.cc View File

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


Loading…
Cancel
Save