Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dredistribution_operator_infer.cc233 if (args.size() < TRANSFER_PERMUTE_ARGS_SIZE) { in TransferPermuteByAxis()
Dtensor_redistribution.cc245 if (attrs.size() < TRANSFER_PERMUTE_ARGS_SIZE) { in ComputePermuteCost()
Dconstruct_operator.cc197 if (args.size() < TRANSFER_PERMUTE_ARGS_SIZE) { in AlltoAllOP()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h70 constexpr size_t TRANSFER_PERMUTE_ARGS_SIZE = 5; variable