Home
last modified time | relevance | path

Searched refs:GetGraphMemoryNode (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h112 std::shared_ptr<GraphMemory> GetGraphMemoryNode(uint32_t graph_id) const;
Dmemory_profiling.cc61 std::shared_ptr<GraphMemory> MemoryProfiling::GetGraphMemoryNode(uint32_t graph_id) const { in GetGraphMemoryNode() function in mindspore::profiler::ascend::MemoryProfiling
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc150 auto node = MemoryProfiling::GetInstance().GetGraphMemoryNode(graph_id); in MallocStaticMem()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1783 auto graph_node = MemoryProfiling::GetInstance().GetGraphMemoryNode(graph_id); in ConvertToProfilingNode()