Searched defs:feature_map (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/ |
D | fused_pull_weight_kernel.h | 109 auto feature_map = ParseFeatureMap(pull_weight_rsp); in Launch() local 184 std::map<std::string, Address> feature_map; in ParseFeatureMap() local
|
D | get_model_kernel.h | 73 auto feature_map = get_model_rsp->feature_map(); in Launch() local
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | update_model_kernel.cc | 188 auto feature_map = ParseFeatureMap(update_model_req); in UpdateModel() local 231 std::map<std::string, UploadData> feature_map; in ParseFeatureMap() local
|
D | pull_weight_kernel.cc | 127 for (auto feature_map : feature_maps) { in BuildPullWeightRsp() local
|
D | get_model_kernel.cc | 141 for (const auto &feature_map : feature_maps) { in BuildGetModelRsp() local
|
D | start_fl_job_kernel.cc | 250 for (auto feature_map : feature_maps) { in BuildStartFLJobRsp() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_loader.cc | 137 std::shared_ptr<Node> *node, NodeFeatureMap *feature_map, in LoadNode() 186 std::shared_ptr<Edge> *edge, EdgeFeatureMap *feature_map, in LoadEdge()
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | executor.cc | 134 bool Executor::HandleModelUpdateAsync(const std::map<std::string, UploadData> &feature_map) { in HandleModelUpdateAsync() 160 bool Executor::HandlePushWeight(const std::map<std::string, Address> &feature_map) { in HandlePushWeight()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | tf_reader_op.cc | 339 …const google::protobuf::Map<std::string, dataengine::Feature> &feature_map = example_features.feat… in LoadExample() local 585 …const google::protobuf::Map<std::string, dataengine::Feature> &feature_map = example_features.feat… in CreateSchema() local
|
/third_party/boost/boost/accumulators/framework/ |
D | depends_on.hpp | 414 feature_map; typedef
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1476 static inline u32 feature_map(struct feature *table, char *feature) in feature_map() function
|