Home
last modified time | relevance | path

Searched defs:feature_maps (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dpull_weight_kernel.cc72 std::map<std::string, AddressPtr> feature_maps = {}; in PullWeight() local
120 const std::map<std::string, AddressPtr> &feature_maps) { in BuildPullWeightRsp()
Dget_model_kernel.cc96 std::map<std::string, AddressPtr> feature_maps; in GetModel() local
132 const std::map<std::string, AddressPtr> &feature_maps, in BuildGetModelRsp()
Dstart_fl_job_kernel.cc199 auto feature_maps = ModelStore::GetInstance().GetModelByIterNum(last_iteration); in StartFLJob() local
212 std::map<std::string, AddressPtr> feature_maps) { in BuildStartFLJobRsp()