Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto76 int64 keep_alive_secs = 3; field
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc919 Rendezvous* r, DeviceMgr* local_device_mgr, int keep_alive_secs, in InitializeRemoteMaster()
946 Rendezvous* r, DeviceMgr* local_device_mgr, int keep_alive_secs, in UpdateRemoteMaster()
1023 int keep_alive_secs, DistributedFunctionLibraryRuntime* cluster_flr, in SetMasterContextState()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc271 int keep_alive_secs, const tensorflow::ServerDef& server_def, in CreateRemoteContexts()
447 int keep_alive_secs, const tensorflow::ServerDef& server_def, in UpdateTFE_ContextWithServerDef()
758 int keep_alive_secs, in TFE_ContextSetServerDef()
794 int keep_alive_secs, in TFE_ContextUpdateServerDef()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py539 def set_server_def(self, server_def, keep_alive_secs=_KEEP_ALIVE_SECS): argument
572 def update_server_def(self, server_def, keep_alive_secs=_KEEP_ALIVE_SECS): argument
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc451 m.def("TFE_ContextUpdateServerDef", [](py::handle& ctx, int keep_alive_secs, in PYBIND11_MODULE()
452 py::str proto) { in PYBIND11_MODULE()