Home
last modified time | relevance | path

Searched refs:kAttrT (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dconcat_fission.cc40 if (AnfAlgo::HasNodeAttr(kAttrT, origin_concat_cnode)) { in CreateNewConcat()
41 AnfAlgo::CopyNodeAttr(kAttrT, origin_concat_cnode, new_concat); in CreateNewConcat()
111 if (AnfAlgo::HasNodeAttr(kAttrT, new_cnode)) { in Process()
112 AnfAlgo::CopyNodeAttr(kAttrT, new_cnode, base_concat); in Process()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h430 constexpr auto kAttrT = "T"; variable