Home
last modified time | relevance | path

Searched refs:kNeedSyncDeviceToHost (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dtensor.h41 enum TensorSyncStatus { kNoNeedSync, kNeedSyncHostToDevice, kNeedSyncDeviceToHost, kNeedSyncDeviceT… enumerator
365 bool NeedSyncDeviceToHost() const { return sync_status_ == kNeedSyncDeviceToHost; } in NeedSyncDeviceToHost()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc241 tensor->set_sync_status(kNeedSyncDeviceToHost); in CreateNodeOutputTensor()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc1622 old_tensors[i]->set_sync_status(kNeedSyncDeviceToHost); in UpdateMsFunctionForwardTensors()