Searched defs:threshold_count (Results 1 – 4 of 4) sorted by relevance
28 …td::string &name, bool check_timeout, size_t time_window, bool check_count, size_t threshold_count, in Round()181 size_t Round::threshold_count() const { return threshold_count_; } in threshold_count() function in mindspore::fl::server::Round
28 bool ParameterAggregator::Init(const CNodePtr &cnode, size_t threshold_count) { in Init()
57 size_t threshold_count = 0; member
27 void UpdateModelKernel::InitKernel(size_t threshold_count) { in InitKernel()