Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/recovery/
Drecovery_context.h85 void set_need_sync_weight_to_device(bool need_sync_weight_to_device) { in set_need_sync_weight_to_device()
89 bool need_sync_weight_to_device() const { return need_sync_weight_to_device_; } in need_sync_weight_to_device() function