Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/wrap/
Dgrad_reducer.py85 def _init_allreduce_operators_by_parameters(parameters, split_indices, group, fusion_type=1): argument
413 …def __init__(self, parameters, mean=None, degree=None, fusion_type=1, group=GlobalComm.WORLD_COMM_… argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dparallel_cost_model.cc82 FusionInfoPtr ParallelCostModel::ProcessFusionInfo(const py::object &fusion_type, const py::object … in ProcessFusionInfo() argument
Dparallel_fusion.cc675 auto fusion_type = parallel_info.fusion_info()->FusionType(); in SetFusionInfoAttrToNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dkernel_build_info.h140 std::string fusion_type() const { return fusion_type_; } in fusion_type() function
Dkernel_build_info.cc351 void KernelBuildInfo::KernelBuildInfoBuilder::SetFusionType(const std::string &fusion_type) { in SetFusionType()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/graph_kernel/model/
Dgraph_parallel.py23 def __init__(self, fusion_type, bottleneck, gain, block_assign, type_info): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dparam_info.h90 void set_comm_fusion(int32_t fusion_type) { fusion_type_ = fusion_type; } in set_comm_fusion()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dop_info_register.py466 def fusion_type(self, fusion_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/
Dcell.py2301 def set_comm_fusion(self, fusion_type, recurse=True): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_json_generator.cc1090 std::string fusion_type; in GenParallelJson() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc888 int32_t fusion_type = param_info->comm_fusion(); in AddCommOpFusionType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc272 auto fusion_type = kernel_info_value[kFusionType]; in LoadAnfSelectKernelBuildInfo() local