Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/parallel/
Dtest_allreduce_fusion.py132 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=2)
135 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=1)
188 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=1)
229 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=1)
258 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=1)
288 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=2)
Dtest_auto_parallel_resnet.py321 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=1)
492 cost_model_context.set_cost_model_context(costmodel_allreduce_fusion_algorithm=2)
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.h99 …int64_t costmodel_allreduce_fusion_algorithm() const { return costmodel_allreduce_fusion_algorithm… in costmodel_allreduce_fusion_algorithm() function
/third_party/mindspore/mindspore/parallel/
D_cost_model_context.py548 costmodel_allreduce_fusion_algorithm=int, costmodel_allreduce_fusion_times=int,
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_fusion.cc395 auto algorithm = CostModelContext::GetInstance()->costmodel_allreduce_fusion_algorithm(); in ProcessAllreduceFusion()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc241 …get_costmodel_allreduce_fusion_algorithm", &CostModelContext::costmodel_allreduce_fusion_algorithm, in PYBIND11_MODULE()