Searched refs:kAttrSplitCount (Results 1 – 2 of 2) sorted by relevance
60 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateSplitNode()97 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateAllToAllvNode()130 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateConcatNode()
434 constexpr auto kAttrSplitCount = "split_count"; variable