Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc263 auto sr_tag1 = prim1->GetAttr(SR_TAG); in CompFunc()
264 auto sr_tag2 = prim2->GetAttr(SR_TAG); in CompFunc()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h413 constexpr char SR_TAG[] = "sr_tag"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc566 Attr attr_tag = std::make_pair(SR_TAG, MakeValue(send_tag)); in InsertSend()
633 Attr attr_tag = std::make_pair(SR_TAG, MakeValue(recv_tag)); in InsertReceive()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc101 constexpr char SR_TAG[] = "sr_tag"; variable