Home
last modified time | relevance | path

Searched defs:first_count_handler (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dround.cc80 auto first_count_handler = std::bind(&Round::OnFirstCountEvent, this, std::placeholders::_1); in Initialize() local
94 auto first_count_handler = std::bind(&Round::OnFirstCountEvent, this, std::placeholders::_1); in ReInitForScaling() local
Ddistributed_count_service.h36 MessageCallback first_count_handler; member