Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dall_to_all_unify_mindir.cc131 int64_t concat_dim = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrConcatDim); in CreateConcatNode()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h433 constexpr auto kAttrConcatDim = "concat_dim"; variable