Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dfollower_scaler.h71 void RegisterHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler);
100 std::map<std::string, HandlerAfterScaleOut> handlers_after_scale_out_;
Dfollower_scaler.cc178 …ler::RegisterHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler) { in RegisterHandlerAfterScaleOut()
Dabstract_node.h115 …FollowerScalerHandlerAfterScaleOut(const std::string &module, const HandlerAfterScaleOut &handler);
Dabstract_node.cc419 const HandlerAfterScaleOut &handler) { in RegisterFollowerScalerHandlerAfterScaleOut()
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h255 using HandlerAfterScaleOut = std::function<void(void)>; variable