Home
last modified time | relevance | path

Searched refs:NeedSyncDeviceToHostImmediately (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dtensor.h363 …bool NeedSyncDeviceToHostImmediately() const { return sync_status_ == kNeedSyncDeviceToHostImmedia… in NeedSyncDeviceToHostImmediately() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc621 if (tensor->NeedSyncDeviceToHostImmediately()) { in UpdateOutputTensors()
Dascend_session.cc2037 if (IsVMGraphTaskSink() && tensor->NeedSyncDeviceToHostImmediately()) { in UpdateOutputTensors()
2056 if (tensor->NeedSyncDeviceToHostImmediately()) { in UpdateOutputTensors()
Dsession_basic.cc1746 if (tensor->NeedSyncDeviceToHostImmediately()) { in UpdateOutputTensors()