Searched refs:TFE_ContextSetServerDef (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_remote_test.cc | 73 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()
|
D | c_api.h | 127 TF_CAPI_EXPORT extern void TFE_ContextSetServerDef(TFE_Context* ctx,
|
D | c_api.cc | 757 TF_CAPI_EXPORT extern void TFE_ContextSetServerDef(TFE_Context* ctx, in TFE_ContextSetServerDef() function
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 521 pywrap_tfe.TFE_ContextSetServerDef(context_handle, _KEEP_ALIVE_SECS, 565 pywrap_tfe.TFE_ContextSetServerDef(self._context_handle, keep_alive_secs,
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 447 TFE_ContextSetServerDef(tensorflow::InputTFE_Context(ctx), keep_alive_secs, in PYBIND11_MODULE()
|