Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_manager.h33 using SomasPtr = mindspore::somas::SomasPtr; variable
119 SomasPtr somas_reuse_util_ptr_{nullptr};
Dmemory_manager.cc39 SomasPtr somas_reuse_util_ptr = std::make_shared<somas::Somas>(); in MallocSomasDynamicMem()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.h167 using SomasPtr = std::shared_ptr<Somas>; variable