Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/parallel/
Dtest_auto_parallel_two_matmul.py82 costmodel_communi_const=2222.0,
94 costmodel_communi_const = cost_model_context.get_cost_model_context("costmodel_communi_const")
95 assert costmodel_communi_const == 2222.0
110 costmodel_communi_const = cost_model_context.get_cost_model_context("costmodel_communi_const")
111 assert costmodel_communi_const == 3072.0
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.h89 double costmodel_communi_const() const { return costmodel_communi_const_; } in costmodel_communi_const() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dcostmodel.cc85 const auto comm_const = CostModelContext::GetInstance()->costmodel_communi_const(); in RefineForPracticalCost()
/third_party/mindspore/mindspore/parallel/
D_cost_model_context.py546 … costmodel_communi_threshold=float, costmodel_communi_const=float, costmodel_communi_bias=float,
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc229 .def("get_costmodel_communi_const", &CostModelContext::costmodel_communi_const, in PYBIND11_MODULE()