Home
last modified time | relevance | path

Searched defs:OnLastCountEvent (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dround_kernel.cc66 void RoundKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { return; } in OnLastCountEvent() function in mindspore::fl::server::kernel::RoundKernel
Dpush_metrics_kernel.cc69 void PushMetricsKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent() function in mindspore::fl::server::kernel::PushMetricsKernel
Dreconstruct_secrets_kernel.cc118 void ReconstructSecretsKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent() function in mindspore::fl::server::kernel::ReconstructSecretsKernel
Dpush_weight_kernel.cc74 void PushWeightKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent() function in mindspore::fl::server::kernel::PushWeightKernel
Dupdate_model_kernel.cc115 void UpdateModelKernel::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &) { in OnLastCountEvent() function in mindspore::fl::server::kernel::UpdateModelKernel
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dround.cc201 void Round::OnLastCountEvent(const std::shared_ptr<ps::core::MessageHandler> &message) { in OnLastCountEvent() function in mindspore::fl::server::Round