Searched refs:TensorExistsInCurrent (Results 1 – 7 of 7) sorted by relevance
49 bool TensorExistsInCurrent(std::string tensor_name) const { in TensorExistsInCurrent() function54 …bool PrevTensorExistsInCurrent(std::string tensor_name) const { return TensorExistsInCurrent(tenso… in PrevTensorExistsInCurrent()
429 bool TensorExistsInCurrent(const std::string &tensor_name);
1523 bool DebugServices::TensorExistsInCurrent(const std::string &tensor_name) { in TensorExistsInCurrent() function in mindspore::DebugServices1524 return tensor_loader_->TensorExistsInCurrent(tensor_name); in TensorExistsInCurrent()
140 if (Debugger::GetInstance()->TensorExistsInCurrent(tensor_name)) { in LoadMemToHost()
154 bool TensorExistsInCurrent(const std::string &tensor_name);
1464 bool Debugger::TensorExistsInCurrent(const std::string &tensor_name) { in TensorExistsInCurrent() function in mindspore::Debugger1465 return debug_services_->TensorExistsInCurrent(tensor_name); in TensorExistsInCurrent()
546 if (debugger->TensorExistsInCurrent(tensor_name)) { in LoadMemToHost()