Searched refs:cnode_exec_order (Results 1 – 3 of 3) sorted by relevance
38 auto &cnode_exec_order = graph_ptr->execution_order(); in GetProfilingTraceFromEnv() local39 if (cnode_exec_order.empty()) { in GetProfilingTraceFromEnv()46 SetTraceIterEnd(cnode_exec_order); in GetProfilingTraceFromEnv()47 SetTraceFpStart(cnode_exec_order); in GetProfilingTraceFromEnv()48 SetTraceBpEnd(cnode_exec_order); in GetProfilingTraceFromEnv()49 GetTraceHccl(cnode_exec_order); in GetProfilingTraceFromEnv()72 void ProfilingUtils::GetTraceHccl(const std::vector<CNodePtr> &cnode_exec_order) { in GetTraceHccl() argument73 for (const auto &node : cnode_exec_order) { in GetTraceHccl()85 void ProfilingUtils::SetTraceFpStart(const std::vector<CNodePtr> &cnode_exec_order) { in SetTraceFpStart() argument93 auto first_node = cnode_exec_order.front(); in SetTraceFpStart()[all …]
63 static void SetTraceFpStart(const std::vector<CNodePtr> &cnode_exec_order);64 static void SetTraceBpEnd(const std::vector<CNodePtr> &cnode_exec_order);65 static void SetTraceIterEnd(const std::vector<CNodePtr> &cnode_exec_order);66 static std::string GetGraphSecondLastKernelName(const std::vector<CNodePtr> &cnode_exec_order);67 static void GetTraceHccl(const std::vector<CNodePtr> &cnode_exec_order);
58 auto &cnode_exec_order = kernel_graph.execution_order(); in GenerateProfilingTrace() local62 if (cnode_exec_order.empty()) { in GenerateProfilingTrace()