Home
last modified time | relevance | path

Searched refs:SetStreamDistinctionLabel (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_build_ascend.cc181 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(pre_node.get()), clear_zero.… in AddTbeClearZeroNode()
207 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(first_clear_node.get()), cle… in AddFusionTbeClearZeroNode()
385 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(anf_node.get()), clear_zero.… in TbeClearZeroNodeFusion()
456 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(anf_node.get()), clear_zero.… in KernelBuildPreprocess()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h254 static void SetStreamDistinctionLabel(uint32_t stream_label, AnfNode *node);
Dascend_session.cc159 void SetStreamDistinctionLabel(const KernelGraphPtr &graph, uint32_t label, bool is_override) { in SetStreamDistinctionLabel() function
1676 SetStreamDistinctionLabel(final_graph, graph_order[0], false); in MergeGraphExecOrder()
1691 … AnfAlgo::SetStreamDistinctionLabel(child_graph->stream_distinction_label(), node.get()); in MergeGraphExecOrder()
Dkernel_graph.cc948 AnfAlgo::SetStreamDistinctionLabel(stream_distinction_label_, kernel.get()); in UpdateExecuteKernelStreamLabel()
Danf_runtime_algorithm.cc1505 void AnfRuntimeAlgorithm::SetStreamDistinctionLabel(uint32_t stream_label, AnfNode *node) { in SetStreamDistinctionLabel() function in mindspore::session::AnfRuntimeAlgorithm
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc312 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(anf_node.get()), profiling_n… in CreateProfilingCNodeWithStream()