Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc304 OperatorArgs operator_arg = std::make_pair(operator_attrs, operator_param); in CreateVirtualDivOp() local
306 Operator op = std::make_pair(operator_name, operator_arg); in CreateVirtualDivOp()
326 OperatorArgs operator_arg = CreateReduceCommunicationOpArgs(reduce_op, group); in CreateAllReduceOp() local
328 Operator op = std::make_pair(operator_name, operator_arg); in CreateAllReduceOp()
335 OperatorArgs operator_arg = CreateReduceCommunicationOpArgs(reduce_op, group); in CreateReduceScatterOp() local
337 Operator op = std::make_pair(operator_name, operator_arg); in CreateReduceScatterOp()
407 OperatorArgs operator_arg = std::make_pair(operator_attrs, operator_param); in CreateAllGatherOp() local
409 Operator op = std::make_pair(operator_name, operator_arg); in CreateAllGatherOp()
431 OperatorArgs operator_arg = std::make_pair(operator_attrs, operator_param); in CreateMiniStepAllGatherOp() local
433 Operator op = std::make_pair(operator_name, operator_arg); in CreateMiniStepAllGatherOp()
[all …]