Searched refs:SetStreamDistinctionLabel (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | kernel_build_ascend.cc | 181 …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/ |
D | anf_runtime_algorithm.h | 254 static void SetStreamDistinctionLabel(uint32_t stream_label, AnfNode *node);
|
D | ascend_session.cc | 159 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()
|
D | kernel_graph.cc | 948 AnfAlgo::SetStreamDistinctionLabel(stream_distinction_label_, kernel.get()); in UpdateExecuteKernelStreamLabel()
|
D | anf_runtime_algorithm.cc | 1505 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/ |
D | profiling_utils.cc | 312 …AnfAlgo::SetStreamDistinctionLabel(AnfAlgo::GetStreamDistinctionLabel(anf_node.get()), profiling_n… in CreateProfilingCNodeWithStream()
|