Searched refs:TFE_ContextCheckAlive (Results 1 – 4 of 4) sorted by relevance
362 TF_CAPI_EXPORT extern bool TFE_ContextCheckAlive(TFE_Context* ctx,
226 TF_CAPI_EXPORT extern bool TFE_ContextCheckAlive(TFE_Context* ctx, in TFE_ContextCheckAlive() function
627 return pywrap_tfe.TFE_ContextCheckAlive(self._context_handle, worker_name)
748 bool output = TFE_ContextCheckAlive(tensorflow::InputTFE_Context(ctx), in PYBIND11_MODULE()