Home
last modified time | relevance | path

Searched defs:fusion_type (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/nn/wrap/
Dgrad_reducer.py52 def _init_allreduce_operators_by_parameters(parameters, split_indices, group, fusion_type=1): argument
366 …def __init__(self, parameters, mean=True, degree=None, fusion_type=1, group=GlobalComm.WORLD_COMM_… argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.h89 FusionType fusion_type() const { return fusion_type_; } in fusion_type() function
Dkernel_build_info.cc176 void KernelBuildInfo::KernelBuildInfoBuilder::SetFusionType(FusionType fusion_type) { in SetFusionType()
Dcommon_utils.cc417 auto fusion_type = GetFusionTypeByName(fusion_name); in SetKernelBuildInfo() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_cost_model.cc82 FusionInfoPtr ParallelCostModel::ProcessFusionInfo(const py::object &fusion_type, const py::object … in ProcessFusionInfo() argument
Dparallel_fusion.cc666 auto fusion_type = parallel_info.fusion_info()->FusionType(); in SetFusionInfoAttrToNode() local
/third_party/mindspore/mindspore/core/ir/
Dparam_info.h81 void set_comm_fusion(int32_t fusion_type) { fusion_type_ = fusion_type; } in set_comm_fusion()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h129 std::string fusion_type() const { return fusion_type_; } in fusion_type() function
147 void set_fusion_type(const std::string &fusion_type) { fusion_type_ = fusion_type; } in set_fusion_type()
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dgraph_parallel.py22 def __init__(self, fusion_type, bottleneck, gain, block_assign, type_info): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_parallel_build.cc160 auto fusion_type = kernel::GetFusionTypeByName(fusion_name); in PreTaskFinishProcess() local
/third_party/mindspore/mindspore/ops/
Dop_info_register.py188 def fusion_type(self, fusion_type): member in RegOp
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc297 auto fusion_type = kernel::GetFusionTypeByName(fusion_name); in SetTbeBuildCommonInfo() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc738 std::string fusion_type; in GenParallelJson() local
/third_party/mindspore/mindspore/nn/
Dcell.py1330 def set_comm_fusion(self, fusion_type, recurse=True): argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc360 int32_t fusion_type = param_info->comm_fusion(); in AddCommOpFusionType() local