Home
last modified time | relevance | path

Searched refs:HandlePullWeight (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h79 std::map<std::string, AddressPtr> HandlePullWeight(const std::vector<std::string> &param_names);
Dexecutor.cc211 std::map<std::string, AddressPtr> Executor::HandlePullWeight(const std::vector<std::string> &param_… in HandlePullWeight() function in mindspore::fl::server::Executor
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dpull_weight_kernel.cc103 feature_maps = executor_->HandlePullWeight(weight_names); in PullWeight()