Home
last modified time | relevance | path

Searched defs:weight_name (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dmodel_store.cc65 const std::string &weight_name = weight.first; in StoreModelByIterNum() local
125 const std::string weight_name = weight.first; in AssignNewModelMemory() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/
Dupdate_model_kernel.h104 std::string weight_name = weight_node->fullname_with_scope(); in Init() local
128 const std::string &weight_name = weight_full_names_[i]; in BuildUpdateModelReq() local
Dfused_pull_weight_kernel.h111 const std::string &weight_name = weight_full_names_[i]; in Launch() local
162 for (const std::string &weight_name : weight_full_names_) { in BuildPullWeightReq() local
Dget_model_kernel.h121 std::string weight_name = weight_node->fullname_with_scope(); in Init() local
Dfused_push_weight_kernel.h149 const std::string &weight_name = weight_full_names_[i]; in BuildPushWeightReq() local
/third_party/mindspore/mindspore/lite/micro/coder/
Dcontext.h64 std::string weight_name() { return weight_name_; } in weight_name() function
/third_party/mindspore/mindspore/ccsrc/ps/
Dutil.cc154 const std::string &weight_name = GetValue<std::string>(weight_name_value_node->value()); in DoFusion() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc526 std::string weight_name; in GetWeightInfo() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc124 … const std::string &instance_name, const std::string &weight_name) { in CreateMirrorInput()