Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.h54 void DumpSomasInfoIR(const string filename) const;
Dsomas.cc372 DumpSomasInfoIR(file_path); in InitSomasTensors()
695 DumpSomasInfoIR(file_path); in InitBasicInfo()
1552 void Somas::DumpSomasInfoIR(const string filename) const { (void)Common::SaveStringToFile(filename,… in DumpSomasInfoIR() function in mindspore::somas::Somas
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_manager.cc70 somas_reuse_util_ptr_->DumpSomasInfoIR(file_path); in MallocSomasDynamicMem()