Home
last modified time | relevance | path

Searched defs:cnode_exec_order (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc38 auto &cnode_exec_order = graph_ptr->execution_order(); in GetProfilingTraceFromEnv() local
72 void ProfilingUtils::GetTraceHccl(const std::vector<CNodePtr> &cnode_exec_order) { in GetTraceHccl()
85 void ProfilingUtils::SetTraceFpStart(const std::vector<CNodePtr> &cnode_exec_order) { in SetTraceFpStart()
111 void ProfilingUtils::SetTraceBpEnd(const std::vector<CNodePtr> &cnode_exec_order) { in SetTraceBpEnd()
159 void ProfilingUtils::SetTraceIterEnd(const std::vector<CNodePtr> &cnode_exec_order) { in SetTraceIterEnd()
171 …::string ProfilingUtils::GetGraphSecondLastKernelName(const std::vector<CNodePtr> &cnode_exec_orde… in GetGraphSecondLastKernelName()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc58 auto &cnode_exec_order = kernel_graph.execution_order(); in GenerateProfilingTrace() local