Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_test.cc73 TFE_ContextSetServerDef(ctx, 0, serialized.data(), serialized.size(), status); in TestRemoteExecute()
158 TFE_ContextSetServerDef(ctx, 0, serialized.data(), serialized.size(), status); in TestRemoteExecuteSilentCopies()
244 TFE_ContextSetServerDef(ctx, 0, serialized.data(), serialized.size(), status); in TestRemoteExecuteDeleteContextWithOutstandingRPC()
365 TFE_ContextSetServerDef(ctx, 0, serialized.data(), serialized.size(), status); in TestRemoteExecuteChangeServerDef()
392 TFE_ContextSetServerDef(ctx, 0, serialized.data(), serialized.size(), status); in TestRemoteExecuteChangeServerDef()
Dc_api.h127 TF_CAPI_EXPORT extern void TFE_ContextSetServerDef(TFE_Context* ctx,
Dc_api.cc757 TF_CAPI_EXPORT extern void TFE_ContextSetServerDef(TFE_Context* ctx, in TFE_ContextSetServerDef() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py521 pywrap_tfe.TFE_ContextSetServerDef(context_handle, _KEEP_ALIVE_SECS,
565 pywrap_tfe.TFE_ContextSetServerDef(self._context_handle, keep_alive_secs,
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc447 TFE_ContextSetServerDef(tensorflow::InputTFE_Context(ctx), keep_alive_secs, in PYBIND11_MODULE()