Home
last modified time | relevance | path

Searched refs:kStreamSwitchOpName (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Drt_kernel_info.cc48 …static const std::set<std::string> white_list = {kStreamSwitchOpName, kStreamActiveOpName, kLabelS… in IsDefaultKernelInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc942 if (AnfAlgo::GetCNodeName(cur_cnode_ptr) != kStreamSwitchOpName) { in ActiveRootGraphHcom()
984 if (AnfAlgo::GetCNodeName(cur_cnode_ptr) != kStreamSwitchOpName) { in ActiveRootGraphIndependent()
1053 if (AnfAlgo::GetCNodeName(cur_cnode_ptr) == kStreamSwitchOpName) { in InsertStreamActiveForCommon()
1134 if (AnfAlgo::GetCNodeName(cur_cnode_ptr) == kStreamSwitchOpName) { in GetProcessedStream()
1736 if (AnfAlgo::GetCNodeName(item) == kStreamSwitchOpName) { in GetIndependentStreamSwitchStreamId()
2150 if (name != kStreamSwitchOpName && name != kStreamActiveOpName) { in FindStreamRelations()
2155 if (name == kStreamSwitchOpName) { in FindStreamRelations()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h165 constexpr auto kStreamSwitchOpName = "StreamSwitch"; variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc578 auto stream_switch = std::make_shared<Primitive>(kStreamSwitchOpName); in CreateStreamSwitchOp()