Home
last modified time | relevance | path

Searched refs:NeedSyncDeviceToHost (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dtensor.h365 bool NeedSyncDeviceToHost() const { return sync_status_ == kNeedSyncDeviceToHost; } in NeedSyncDeviceToHost() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/
Dgpu_graph_impl.cc283 if (last_outputs_[i]->NeedSyncDeviceToHost()) { in GetOutputs()