Home
last modified time | relevance | path

Searched refs:TensorExistsInCurrent (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h49 bool TensorExistsInCurrent(std::string tensor_name) const { in TensorExistsInCurrent() function
54 …bool PrevTensorExistsInCurrent(std::string tensor_name) const { return TensorExistsInCurrent(tenso… in PrevTensorExistsInCurrent()
Ddebug_services.h429 bool TensorExistsInCurrent(const std::string &tensor_name);
Ddebug_services.cc1523 bool DebugServices::TensorExistsInCurrent(const std::string &tensor_name) { in TensorExistsInCurrent() function in mindspore::DebugServices
1524 return tensor_loader_->TensorExistsInCurrent(tensor_name); in TensorExistsInCurrent()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc140 if (Debugger::GetInstance()->TensorExistsInCurrent(tensor_name)) { in LoadMemToHost()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h154 bool TensorExistsInCurrent(const std::string &tensor_name);
Ddebugger.cc1464 bool Debugger::TensorExistsInCurrent(const std::string &tensor_name) { in TensorExistsInCurrent() function in mindspore::Debugger
1465 return debug_services_->TensorExistsInCurrent(tensor_name); in TensorExistsInCurrent()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc546 if (debugger->TensorExistsInCurrent(tensor_name)) { in LoadMemToHost()