Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dround.cc28 Round::Round(const std::string &name, bool check_timeout, size_t time_window, bool check_count, siz… in Round()
183 bool Round::check_timeout() const { return check_timeout_; } in check_timeout() function in mindspore::fl::server::Round
Dcommon.h51 bool check_timeout = false; member
/third_party/glib/gio/
Dgsocket.c436 check_timeout (GSocket *socket, in check_timeout() function