Searched refs:GetGraphMemoryNode (Results 1 – 4 of 4) sorted by relevance
112 std::shared_ptr<GraphMemory> GetGraphMemoryNode(uint32_t graph_id) const;
61 std::shared_ptr<GraphMemory> MemoryProfiling::GetGraphMemoryNode(uint32_t graph_id) const { in GetGraphMemoryNode() function in mindspore::profiler::ascend::MemoryProfiling
150 auto node = MemoryProfiling::GetInstance().GetGraphMemoryNode(graph_id); in MallocStaticMem()
1783 auto graph_node = MemoryProfiling::GetInstance().GetGraphMemoryNode(graph_id); in ConvertToProfilingNode()