Home
last modified time | relevance | path

Searched defs:split_count (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dall_to_all_unify_mindir.cc60 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateSplitNode() local
97 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateAllToAllvNode() local
130 int64_t split_count = AnfAlgo::GetNodeAttr<int64_t>(all_to_all, kAttrSplitCount); in CreateConcatNode() local
/third_party/mindspore/tests/ut/cpp/parallel/tensor_layout/
Dconstruct_operator_test.cc82 int64_t split_count = args[0]; in TEST_F() local
125 int64_t split_count = 2; in TEST_F() local
130 int64_t split_count = 2; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc90 int64_t split_count = args[TRANSFER_PERMUTE_SPLIT_COUNT_INDEX]; in StridedSliceOP() local
178 Status ConstructOperator::SplitOP(int64_t split_count) { in SplitOP()
201 int64_t split_count = args[TRANSFER_PERMUTE_SPLIT_COUNT_INDEX]; in AlltoAllOP() local
Dredistribution_operator_infer.cc263 int64_t split_count = args[TRANSFER_CONCAT_SPLIT_COUNT_INDEX]; in TransferConcatByAxis() local
/third_party/boost/libs/move/test/
Dbench_merge.cpp61 std::size_t split_count = L / 2; in generate_elements() local
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dconv2d_info.cc41 int split_count = 0; in CheckStrategy() local
Ddepthwise_conv2d_info.cc131 int split_count = 0; in CheckStrategy() local
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py681 def __init__(self, split_count, split_dim, concat_dim, group=GlobalComm.WORLD_COMM_GROUP): argument
/third_party/boost/boost/intrusive/
Dhashtable.hpp1469 BOOST_INTRUSIVE_FORCEINLINE SizeType split_count() const in split_count() function