Home
last modified time | relevance | path

Searched refs:kPushMetrics (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.h49 …ss ResetterRound { kNoNeedToReset, kUpdateModel, kReconstructSeccrets, kPushWeight, kPushMetrics }; enumerator
52 … {0b1100, ResetterRound::kPushMetrics},
53 … {0b0100, ResetterRound::kPushMetrics}};
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dcommunicator_base.h55 kPushMetrics, enumerator
Dtcp_communicator.h58 {TcpUserCommand::kPushMetrics, "pushMetrics"},
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/
Dpush_metrics_kernel.h65 … fbb_->GetSize(), ps::core::TcpUserCommand::kPushMetrics, in Launch()
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dpush_metrics_kernel.cc70 if (ps::PSContext::instance()->resetter_round() == ps::ResetterRound::kPushMetrics) { in OnLastCountEvent()