Searched refs:kPushMetrics (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | ps_context.h | 49 …ss ResetterRound { kNoNeedToReset, kUpdateModel, kReconstructSeccrets, kPushWeight, kPushMetrics }; enumerator 52 … {0b1100, ResetterRound::kPushMetrics}, 53 … {0b0100, ResetterRound::kPushMetrics}};
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | communicator_base.h | 55 kPushMetrics, enumerator
|
D | tcp_communicator.h | 58 {TcpUserCommand::kPushMetrics, "pushMetrics"},
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/ |
D | push_metrics_kernel.h | 65 … fbb_->GetSize(), ps::core::TcpUserCommand::kPushMetrics, in Launch()
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | push_metrics_kernel.cc | 70 if (ps::PSContext::instance()->resetter_round() == ps::ResetterRound::kPushMetrics) { in OnLastCountEvent()
|